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