Struct debounced_button::Button
source · [−]pub struct Button<PIN> { /* private fields */ }Implementations
Auto Trait Implementations
impl<PIN> RefUnwindSafe for Button<PIN> where
PIN: RefUnwindSafe,
impl<PIN> Send for Button<PIN> where
PIN: Send,
impl<PIN> Sync for Button<PIN> where
PIN: Sync,
impl<PIN> Unpin for Button<PIN> where
PIN: Unpin,
impl<PIN> UnwindSafe for Button<PIN> where
PIN: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more