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