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