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