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