Struct coreaudio_sys::audio_unit::Struct_AudioStreamPacketDescription [] [src]

pub struct Struct_AudioStreamPacketDescription {
    pub mStartOffset: SInt64,
    pub mVariableFramesInPacket: UInt32,
    pub mDataByteSize: UInt32,
}

Fields

mStartOffset: SInt64 mVariableFramesInPacket: UInt32 mDataByteSize: UInt32

Trait Implementations

impl Copy for Struct_AudioStreamPacketDescription
[src]

impl Clone for Struct_AudioStreamPacketDescription
[src]

fn clone(&self) -> Struct_AudioStreamPacketDescription

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct_AudioStreamPacketDescription
[src]

fn default() -> Struct_AudioStreamPacketDescription

Returns the "default value" for a type. Read more