pub enum PressType {
Released,
Pressed,
}
Variants
Released
Pressed
Trait Implementations
impl Copy for PressType
impl StructuralPartialEq for PressType
Auto Trait Implementations
impl RefUnwindSafe for PressType
impl Send for PressType
impl Sync for PressType
impl Unpin for PressType
impl UnwindSafe for PressType
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