#[repr(C)]pub struct _LEAP_CLOCK_REBASER { /* private fields */ }Trait Implementations§
Source§impl Clone for _LEAP_CLOCK_REBASER
impl Clone for _LEAP_CLOCK_REBASER
Source§fn clone(&self) -> _LEAP_CLOCK_REBASER
fn clone(&self) -> _LEAP_CLOCK_REBASER
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _LEAP_CLOCK_REBASER
impl Debug for _LEAP_CLOCK_REBASER
impl Copy for _LEAP_CLOCK_REBASER
Auto Trait Implementations§
impl Freeze for _LEAP_CLOCK_REBASER
impl RefUnwindSafe for _LEAP_CLOCK_REBASER
impl Send for _LEAP_CLOCK_REBASER
impl Sync for _LEAP_CLOCK_REBASER
impl Unpin for _LEAP_CLOCK_REBASER
impl UnwindSafe for _LEAP_CLOCK_REBASER
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more