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