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