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