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