#[repr(C)]pub struct Smcr { /* private fields */ }
Expand description
slave mode control register
Implementations§
Auto Trait Implementations§
impl Freeze for Smcr
impl RefUnwindSafe for Smcr
impl Send for Smcr
impl Sync for Smcr
impl Unpin for Smcr
impl UnwindSafe for Smcr
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