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