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