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