Struct coreaudio_sys::audio_unit::Struct_fbootstraptransfer [] [src]

pub struct Struct_fbootstraptransfer {
    pub fbt_offset: off_t,
    pub fbt_length: size_t,
    pub fbt_buffer: *mut c_void,
}

Fields

fbt_offset: off_t fbt_length: size_t fbt_buffer: *mut c_void

Trait Implementations

impl Copy for Struct_fbootstraptransfer
[src]

impl Clone for Struct_fbootstraptransfer
[src]

fn clone(&self) -> Struct_fbootstraptransfer

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_fbootstraptransfer
[src]

fn default() -> Struct_fbootstraptransfer

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