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