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