#[repr(transparent)]pub struct Rccr(pub u32);Expand description
Run Clock Control
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Rccr
impl Eq for Rccr
impl StructuralPartialEq for Rccr
Auto Trait Implementations§
impl Freeze for Rccr
impl RefUnwindSafe for Rccr
impl Send for Rccr
impl Sync for Rccr
impl Unpin for Rccr
impl UnwindSafe for Rccr
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