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