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