Struct libc_interface::mach_timebase_info [−][src]
#[repr(C)]pub struct mach_timebase_info { pub numer: u32, pub denom: u32, }
Fields
numer: u32
denom: u32
Trait Implementations
impl Copy for mach_timebase_info[src]
impl Copy for mach_timebase_infoimpl Clone for mach_timebase_info[src]
impl Clone for mach_timebase_infofn clone(&self) -> mach_timebase_info[src]
fn clone(&self) -> mach_timebase_infoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for mach_timebase_info[src]
impl PartialEq for mach_timebase_infofn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for mach_timebase_info[src]
impl Eq for mach_timebase_infoAuto Trait Implementations
impl Send for mach_timebase_info
impl Send for mach_timebase_infoimpl Sync for mach_timebase_info
impl Sync for mach_timebase_info