Enum xcb::xkb::SelectEventsDetails
source · pub enum SelectEventsDetails {
NewKeyboardNotify {
affect_new_keyboard: NknDetail,
new_keyboard_details: NknDetail,
},
StateNotify {
affect_state: StatePart,
state_details: StatePart,
},
ControlsNotify {
affect_ctrls: Control,
ctrl_details: Control,
},
IndicatorStateNotify {
affect_indicator_state: u32,
indicator_state_details: u32,
},
IndicatorMapNotify {
affect_indicator_map: u32,
indicator_map_details: u32,
},
NamesNotify {
affect_names: NameDetail,
names_details: NameDetail,
},
CompatMapNotify {
affect_compat: CmDetail,
compat_details: CmDetail,
},
BellNotify {
affect_bell: u8,
bell_details: u8,
},
ActionMessage {
affect_msg_details: u8,
msg_details: u8,
},
AccessXNotify {
affect_access_x: AxnDetail,
access_x_details: AxnDetail,
},
ExtensionDeviceNotify {
affect_ext_dev: XiFeature,
extdev_details: XiFeature,
},
}
Variants§
NewKeyboardNotify
StateNotify
ControlsNotify
IndicatorStateNotify
IndicatorMapNotify
NamesNotify
CompatMapNotify
BellNotify
ActionMessage
AccessXNotify
ExtensionDeviceNotify
Trait Implementations§
source§impl Clone for SelectEventsDetails
impl Clone for SelectEventsDetails
source§fn clone(&self) -> SelectEventsDetails
fn clone(&self) -> SelectEventsDetails
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for SelectEventsDetails
impl RefUnwindSafe for SelectEventsDetails
impl Send for SelectEventsDetails
impl Sync for SelectEventsDetails
impl Unpin for SelectEventsDetails
impl UnwindSafe for SelectEventsDetails
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)