Type Definition xcb::xkb::Action [−][src]
type Action = xcb_xkb_action_t;
type Action = xcb_xkb_action_t;
impl Action[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]