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