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