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