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