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