pub struct USER_BUTTON { /* private fields */ }Trait Implementations§
Source§impl Peripheral for USER_BUTTON
impl Peripheral for USER_BUTTON
impl GpioPin for USER_BUTTON
Auto Trait Implementations§
impl Freeze for USER_BUTTON
impl RefUnwindSafe for USER_BUTTON
impl Send for USER_BUTTON
impl Sync for USER_BUTTON
impl Unpin for USER_BUTTON
impl UnsafeUnpin for USER_BUTTON
impl UnwindSafe for USER_BUTTON
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