Struct xcb::xkb::SetDebuggingFlagsReply
source · pub struct SetDebuggingFlagsReply { /* private fields */ }
Expand description
Reply type for SetDebuggingFlags.
Can be obtained from a SetDebuggingFlagsCookie with Connection::wait_for_reply or from a SetDebuggingFlagsCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl SetDebuggingFlagsReply
impl SetDebuggingFlagsReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn current_flags(&self) -> u32
pub fn current_ctrls(&self) -> u32
pub fn supported_flags(&self) -> u32
pub fn supported_ctrls(&self) -> u32
Trait Implementations§
source§impl Debug for SetDebuggingFlagsReply
impl Debug for SetDebuggingFlagsReply
source§impl Drop for SetDebuggingFlagsReply
impl Drop for SetDebuggingFlagsReply
source§impl Reply for SetDebuggingFlagsReply
impl Reply for SetDebuggingFlagsReply
impl Send for SetDebuggingFlagsReply
impl Sync for SetDebuggingFlagsReply
Auto Trait Implementations§
impl Freeze for SetDebuggingFlagsReply
impl RefUnwindSafe for SetDebuggingFlagsReply
impl Unpin for SetDebuggingFlagsReply
impl UnwindSafe for SetDebuggingFlagsReply
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