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