Struct xcb::xkb::GetNamedIndicatorReply
source · pub struct GetNamedIndicatorReply { /* private fields */ }
Expand description
Reply type for GetNamedIndicator.
Can be obtained from a GetNamedIndicatorCookie with Connection::wait_for_reply or from a GetNamedIndicatorCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetNamedIndicatorReply
impl GetNamedIndicatorReply
pub fn response_type(&self) -> u8
pub fn device_id(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn indicator(&self) -> Atom
pub fn found(&self) -> bool
pub fn on(&self) -> bool
pub fn real_indicator(&self) -> bool
pub fn ndx(&self) -> u8
pub fn map_flags(&self) -> ImFlag
pub fn map_which_groups(&self) -> ImGroupsWhich
pub fn map_groups(&self) -> SetOfGroups
pub fn map_which_mods(&self) -> ImModsWhich
pub fn map_mods(&self) -> ModMask
pub fn map_real_mods(&self) -> ModMask
pub fn map_vmod(&self) -> VMod
pub fn map_ctrls(&self) -> BoolCtrl
pub fn supported(&self) -> bool
Trait Implementations§
source§impl Debug for GetNamedIndicatorReply
impl Debug for GetNamedIndicatorReply
source§impl Drop for GetNamedIndicatorReply
impl Drop for GetNamedIndicatorReply
source§impl Reply for GetNamedIndicatorReply
impl Reply for GetNamedIndicatorReply
impl Send for GetNamedIndicatorReply
impl Sync for GetNamedIndicatorReply
Auto Trait Implementations§
impl Freeze for GetNamedIndicatorReply
impl RefUnwindSafe for GetNamedIndicatorReply
impl Unpin for GetNamedIndicatorReply
impl UnwindSafe for GetNamedIndicatorReply
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