pub struct SCN_SCB { /* private fields */ }Expand description
SCN_SCB peripheral
Implementations§
Trait Implementations§
impl Copy for SCN_SCB
impl PeripheralType for SCN_SCB
Auto Trait Implementations§
impl Freeze for SCN_SCB
impl RefUnwindSafe for SCN_SCB
impl Send for SCN_SCB
impl Sync for SCN_SCB
impl Unpin for SCN_SCB
impl UnwindSafe for SCN_SCB
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