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