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