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