Struct xcb::ffi::xkb::xcb_xkb_action_t[][src]

#[repr(C)]pub struct xcb_xkb_action_t {
    pub data: [u8; 8],
}

Fields

data: [u8; 8]

Implementations

impl xcb_xkb_action_t[src]

pub fn noaction(&self) -> SaNoAction[src]

pub fn from_noaction(noaction: SaNoAction) -> Action[src]

pub fn setmods(&self) -> SaSetMods[src]

pub fn from_setmods(setmods: SaSetMods) -> Action[src]

pub fn latchmods(&self) -> SaLatchMods[src]

pub fn from_latchmods(latchmods: SaLatchMods) -> Action[src]

pub fn lockmods(&self) -> SaLockMods[src]

pub fn from_lockmods(lockmods: SaLockMods) -> Action[src]

pub fn setgroup(&self) -> SaSetGroup[src]

pub fn from_setgroup(setgroup: SaSetGroup) -> Action[src]

pub fn latchgroup(&self) -> SaLatchGroup[src]

pub fn from_latchgroup(latchgroup: SaLatchGroup) -> Action[src]

pub fn lockgroup(&self) -> SaLockGroup[src]

pub fn from_lockgroup(lockgroup: SaLockGroup) -> Action[src]

pub fn moveptr(&self) -> SaMovePtr[src]

pub fn from_moveptr(moveptr: SaMovePtr) -> Action[src]

pub fn ptrbtn(&self) -> SaPtrBtn[src]

pub fn from_ptrbtn(ptrbtn: SaPtrBtn) -> Action[src]

pub fn lockptrbtn(&self) -> SaLockPtrBtn[src]

pub fn from_lockptrbtn(lockptrbtn: SaLockPtrBtn) -> Action[src]

pub fn setptrdflt(&self) -> SaSetPtrDflt[src]

pub fn from_setptrdflt(setptrdflt: SaSetPtrDflt) -> Action[src]

pub fn isolock(&self) -> SaIsoLock[src]

pub fn from_isolock(isolock: SaIsoLock) -> Action[src]

pub fn terminate(&self) -> SaTerminate[src]

pub fn from_terminate(terminate: SaTerminate) -> Action[src]

pub fn switchscreen(&self) -> SaSwitchScreen[src]

pub fn from_switchscreen(switchscreen: SaSwitchScreen) -> Action[src]

pub fn setcontrols(&self) -> SaSetControls[src]

pub fn from_setcontrols(setcontrols: SaSetControls) -> Action[src]

pub fn lockcontrols(&self) -> SaLockControls[src]

pub fn from_lockcontrols(lockcontrols: SaLockControls) -> Action[src]

pub fn message<'a>(&'a self) -> SaActionMessage<'a>[src]

pub fn redirect(&self) -> SaRedirectKey[src]

pub fn from_redirect(redirect: SaRedirectKey) -> Action[src]

pub fn devbtn(&self) -> SaDeviceBtn[src]

pub fn from_devbtn(devbtn: SaDeviceBtn) -> Action[src]

pub fn lockdevbtn(&self) -> SaLockDeviceBtn[src]

pub fn from_lockdevbtn(lockdevbtn: SaLockDeviceBtn) -> Action[src]

pub fn devval(&self) -> SaDeviceValuator[src]

pub fn from_devval(devval: SaDeviceValuator) -> Action[src]

pub fn type_(&self) -> u8[src]

pub fn from_type_(type_: u8) -> Action[src]

Trait Implementations

impl Clone for xcb_xkb_action_t[src]

impl Copy for xcb_xkb_action_t[src]

Auto Trait Implementations

impl RefUnwindSafe for xcb_xkb_action_t

impl Send for xcb_xkb_action_t

impl Sync for xcb_xkb_action_t

impl Unpin for xcb_xkb_action_t

impl UnwindSafe for xcb_xkb_action_t

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.