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