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