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