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