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