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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.