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