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