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