#[repr(u32)]pub enum DesktopKeyState {
DESKTOPKEYSTATE_NONE = 0,
DESKTOPKEYSTATE_DOWN = 1,
DESKTOPKEYSTATE_UP = 2,
}Variants§
Trait Implementations§
Source§impl Clone for DesktopKeyState
impl Clone for DesktopKeyState
Source§fn clone(&self) -> DesktopKeyState
fn clone(&self) -> DesktopKeyState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DesktopKeyState
impl Debug for DesktopKeyState
Source§impl Hash for DesktopKeyState
impl Hash for DesktopKeyState
Source§impl PartialEq for DesktopKeyState
impl PartialEq for DesktopKeyState
impl Copy for DesktopKeyState
impl Eq for DesktopKeyState
impl StructuralPartialEq for DesktopKeyState
Auto Trait Implementations§
impl Freeze for DesktopKeyState
impl RefUnwindSafe for DesktopKeyState
impl Send for DesktopKeyState
impl Sync for DesktopKeyState
impl Unpin for DesktopKeyState
impl UnwindSafe for DesktopKeyState
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