Struct xcb::xprint::PrintGetDocumentDataCookie
source · pub struct PrintGetDocumentDataCookie { /* private fields */ }
Expand description
Cookie type for PrintGetDocumentData.
This cookie can be used to get a PrintGetDocumentDataReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for PrintGetDocumentDataCookie
impl Cookie for PrintGetDocumentDataCookie
source§impl CookieWithReplyChecked for PrintGetDocumentDataCookie
impl CookieWithReplyChecked for PrintGetDocumentDataCookie
source§type Reply = PrintGetDocumentDataReply
type Reply = PrintGetDocumentDataReply
The reply type associated with the cookie
source§impl Debug for PrintGetDocumentDataCookie
impl Debug for PrintGetDocumentDataCookie
impl CookieChecked for PrintGetDocumentDataCookie
Auto Trait Implementations§
impl Freeze for PrintGetDocumentDataCookie
impl RefUnwindSafe for PrintGetDocumentDataCookie
impl Send for PrintGetDocumentDataCookie
impl Sync for PrintGetDocumentDataCookie
impl Unpin for PrintGetDocumentDataCookie
impl UnwindSafe for PrintGetDocumentDataCookie
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