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