Struct OTFDEC1
pub struct OTFDEC1 { /* private fields */ }
Expand description
OTFDEC1 peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for OTFDEC1
impl Peripheral for OTFDEC1
impl RccPeripheral for OTFDEC1
Auto Trait Implementations§
impl Freeze for OTFDEC1
impl RefUnwindSafe for OTFDEC1
impl Send for OTFDEC1
impl Sync for OTFDEC1
impl Unpin for OTFDEC1
impl UnwindSafe for OTFDEC1
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