pub struct PrintGetDocumentData {
pub context: Pcontext,
pub max_bytes: u32,
}Expand description
The PrintGetDocumentData request.
This request replies PrintGetDocumentDataReply.
Associated cookie types are PrintGetDocumentDataCookie and PrintGetDocumentDataCookieUnchecked.
Fields§
§context: Pcontext§max_bytes: u32Trait Implementations§
Source§impl Clone for PrintGetDocumentData
impl Clone for PrintGetDocumentData
Source§fn clone(&self) -> PrintGetDocumentData
fn clone(&self) -> PrintGetDocumentData
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrintGetDocumentData
impl Debug for PrintGetDocumentData
Source§impl RawRequest for PrintGetDocumentData
impl RawRequest for PrintGetDocumentData
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl Request for PrintGetDocumentData
impl Request for PrintGetDocumentData
Source§impl RequestWithReply for PrintGetDocumentData
impl RequestWithReply for PrintGetDocumentData
Source§type Reply = PrintGetDocumentDataReply
type Reply = PrintGetDocumentDataReply
Reply associated with the request
Source§type Cookie = PrintGetDocumentDataCookie
type Cookie = PrintGetDocumentDataCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = PrintGetDocumentDataCookieUnchecked
type CookieUnchecked = PrintGetDocumentDataCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for PrintGetDocumentData
impl RefUnwindSafe for PrintGetDocumentData
impl Send for PrintGetDocumentData
impl Sync for PrintGetDocumentData
impl Unpin for PrintGetDocumentData
impl UnwindSafe for PrintGetDocumentData
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