Struct glutin::platform::unix::x11::util::modifiers::ModifierKeyState [−][src]
pub struct ModifierKeyState { /* fields omitted */ }
Implementations
pub fn update_state(
&mut self,
state: &ModifiersState,
except: Option<Modifier>
) -> Option<ModifiersState>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ModifierKeyState
impl Send for ModifierKeyState
impl Sync for ModifierKeyState
impl Unpin for ModifierKeyState
impl UnwindSafe for ModifierKeyState
Blanket Implementations
Mutably borrows from an owned value. Read more