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