pub struct SYSCON { /* private fields */ }Expand description
LPC82x System configuration (SYSCON)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SYSCON
impl RefUnwindSafe 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