Struct xcb::xkb::PerClientFlagsReply
source · pub struct PerClientFlagsReply { /* private fields */ }
Expand description
Reply type for PerClientFlags.
Can be obtained from a PerClientFlagsCookie with Connection::wait_for_reply or from a PerClientFlagsCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl PerClientFlagsReply
impl PerClientFlagsReply
pub fn response_type(&self) -> u8
pub fn device_id(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn supported(&self) -> PerClientFlag
pub fn value(&self) -> PerClientFlag
pub fn auto_ctrls(&self) -> BoolCtrl
pub fn auto_ctrls_values(&self) -> BoolCtrl
Trait Implementations§
source§impl Debug for PerClientFlagsReply
impl Debug for PerClientFlagsReply
source§impl Drop for PerClientFlagsReply
impl Drop for PerClientFlagsReply
source§impl Reply for PerClientFlagsReply
impl Reply for PerClientFlagsReply
impl Send for PerClientFlagsReply
impl Sync for PerClientFlagsReply
Auto Trait Implementations§
impl Freeze for PerClientFlagsReply
impl RefUnwindSafe for PerClientFlagsReply
impl Unpin for PerClientFlagsReply
impl UnwindSafe for PerClientFlagsReply
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