Struct xcb::xselinux::GetPropertyDataContextReply
source · pub struct GetPropertyDataContextReply { /* private fields */ }
Expand description
Reply type for GetPropertyDataContext.
Can be obtained from a GetPropertyDataContextCookie with Connection::wait_for_reply or from a GetPropertyDataContextCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for GetPropertyDataContextReply
impl Debug for GetPropertyDataContextReply
source§impl Drop for GetPropertyDataContextReply
impl Drop for GetPropertyDataContextReply
source§impl Reply for GetPropertyDataContextReply
impl Reply for GetPropertyDataContextReply
impl Send for GetPropertyDataContextReply
impl Sync for GetPropertyDataContextReply
Auto Trait Implementations§
impl Freeze for GetPropertyDataContextReply
impl RefUnwindSafe for GetPropertyDataContextReply
impl Unpin for GetPropertyDataContextReply
impl UnwindSafe for GetPropertyDataContextReply
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