Struct xcb::ffi::xkb::xcb_xkb_select_events_details_t [−][src]
Fields
affectNewKeyboard: u16
newKeyboardDetails: u16
affectState: u16
stateDetails: u16
affectCtrls: u32
ctrlDetails: u32
affectIndicatorState: u32
indicatorStateDetails: u32
affectIndicatorMap: u32
indicatorMapDetails: u32
affectNames: u16
namesDetails: u16
affectCompat: u8
compatDetails: u8
affectBell: u8
bellDetails: u8
affectMsgDetails: u8
msgDetails: u8
affectAccessX: u16
accessXDetails: u16
affectExtDev: u16
extdevDetails: u16
Auto Trait Implementations
impl RefUnwindSafe for xcb_xkb_select_events_details_t
impl Send for xcb_xkb_select_events_details_t
impl Sync for xcb_xkb_select_events_details_t
impl Unpin for xcb_xkb_select_events_details_t
impl UnwindSafe for xcb_xkb_select_events_details_t
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,