Struct libc::mach_timebase_info
source · [−]👎Deprecated since 0.2.55:
Use the mach2
crate instead
Fields
numer: u32
👎Deprecated since 0.2.55:
Use the mach2
crate instead
denom: u32
👎Deprecated since 0.2.55:
Use the mach2
crate instead
Trait Implementations
sourceimpl Clone for mach_timebase_info
impl Clone for mach_timebase_info
sourcefn clone(&self) -> mach_timebase_info
fn clone(&self) -> mach_timebase_info
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for mach_timebase_info
Auto Trait Implementations
impl RefUnwindSafe for mach_timebase_info
impl Send for mach_timebase_info
impl Sync for mach_timebase_info
impl Unpin for mach_timebase_info
impl UnwindSafe for mach_timebase_info
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more