Struct ClockType
#[repr(transparent)]pub struct ClockType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for ClockType
impl Eq for ClockType
impl StructuralPartialEq for ClockType
Auto Trait Implementations§
impl Freeze for ClockType
impl RefUnwindSafe for ClockType
impl Send for ClockType
impl Sync for ClockType
impl Unpin for ClockType
impl UnwindSafe for ClockType
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