Struct xcb::xkb::SetDebuggingFlagsCookie
source · pub struct SetDebuggingFlagsCookie { /* private fields */ }
Expand description
Cookie type for SetDebuggingFlags.
This cookie can be used to get a SetDebuggingFlagsReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for SetDebuggingFlagsCookie
impl Cookie for SetDebuggingFlagsCookie
source§impl CookieWithReplyChecked for SetDebuggingFlagsCookie
impl CookieWithReplyChecked for SetDebuggingFlagsCookie
source§type Reply = SetDebuggingFlagsReply
type Reply = SetDebuggingFlagsReply
The reply type associated with the cookie
source§impl Debug for SetDebuggingFlagsCookie
impl Debug for SetDebuggingFlagsCookie
impl CookieChecked for SetDebuggingFlagsCookie
Auto Trait Implementations§
impl Freeze for SetDebuggingFlagsCookie
impl RefUnwindSafe for SetDebuggingFlagsCookie
impl Send for SetDebuggingFlagsCookie
impl Sync for SetDebuggingFlagsCookie
impl Unpin for SetDebuggingFlagsCookie
impl UnwindSafe for SetDebuggingFlagsCookie
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