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