Struct libc::mach_timebase_info [−][src]
#[repr(C)]pub struct mach_timebase_info { pub numer: u32, pub denom: u32, }
👎 Deprecated since 0.2.55:
Use the mach crate instead
Fields
numer: u32👎 Deprecated since 0.2.55:
Use the mach crate instead
denom: u32👎 Deprecated since 0.2.55:
Use the mach crate instead
Trait Implementations
impl Clone for mach_timebase_info[src]
impl Clone for mach_timebase_info[src]fn clone(&self) -> mach_timebase_info[src]
fn clone(&self) -> mach_timebase_info[src]Returns 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