Enum gdk_sys::GdkModifierIntent
[−]
[src]
#[repr(C)]pub enum GdkModifierIntent { PrimaryAccelerator, ContextMenu, ExtendSelection, ModifySelection, NoTextInput, ShiftGroup, DefaultModMask, }
Variants
PrimaryAcceleratorContextMenuExtendSelectionModifySelectionNoTextInputShiftGroupDefaultModMaskTrait Implementations
impl Clone for GdkModifierIntent[src]
fn clone(&self) -> GdkModifierIntent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more