Struct zaplib::KeyModifiers 
source · [−]Expand description
Modifiers that were held when a key event was fired.
Fields
shift: boolcontrol: boolalt: boollogo: boolTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for KeyModifiers
impl Send for KeyModifiers
impl Sync for KeyModifiers
impl Unpin for KeyModifiers
impl UnwindSafe for KeyModifiers
Blanket Implementations
Mutably borrows from an owned value. Read more