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