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