pub struct SCU { /* private fields */ }Expand description
System Control Unit (SCU) I/O configuration
Implementations§
Trait Implementations§
Source§impl Deref for SCU
impl Deref for SCU
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl Send for SCU
Auto Trait Implementations§
impl Freeze for SCU
impl RefUnwindSafe for SCU
impl !Sync for SCU
impl Unpin for SCU
impl UnwindSafe for SCU
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