Struct coreaudio_sys::audio_unit::Struct_flock
[−]
[src]
pub struct Struct_flock { pub l_start: off_t, pub l_len: off_t, pub l_pid: pid_t, pub l_type: c_short, pub l_whence: c_short, }
Fields
l_start: off_t
l_len: off_t
l_pid: pid_t
l_type: c_short
l_whence: c_short
Trait Implementations
impl Copy for Struct_flock
[src]
impl Clone for Struct_flock
[src]
fn clone(&self) -> Struct_flock
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_flock
[src]
fn default() -> Struct_flock
Returns the "default value" for a type. Read more