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