#[repr(u32)]pub enum HotKeyState {
On = 1,
Off = 2,
}Variants§
Trait Implementations§
Source§impl Clone for HotKeyState
impl Clone for HotKeyState
Source§fn clone(&self) -> HotKeyState
fn clone(&self) -> HotKeyState
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 HotKeyState
impl Debug for HotKeyState
Source§impl PartialEq for HotKeyState
impl PartialEq for HotKeyState
Source§impl XimRead for HotKeyState
impl XimRead for HotKeyState
Source§impl XimWrite for HotKeyState
impl XimWrite for HotKeyState
impl Copy for HotKeyState
impl Eq for HotKeyState
impl StructuralPartialEq for HotKeyState
Auto Trait Implementations§
impl Freeze for HotKeyState
impl RefUnwindSafe for HotKeyState
impl Send for HotKeyState
impl Sync for HotKeyState
impl Unpin for HotKeyState
impl UnwindSafe for HotKeyState
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