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