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