pub struct PrintGetContext {}Expand description
The PrintGetContext request.
This request replies PrintGetContextReply.
Associated cookie types are PrintGetContextCookie and PrintGetContextCookieUnchecked.
Trait Implementations§
Source§impl Clone for PrintGetContext
impl Clone for PrintGetContext
Source§fn clone(&self) -> PrintGetContext
fn clone(&self) -> PrintGetContext
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 PrintGetContext
impl Debug for PrintGetContext
Source§impl RawRequest for PrintGetContext
impl RawRequest for PrintGetContext
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 PrintGetContext
impl Request for PrintGetContext
Source§impl RequestWithReply for PrintGetContext
impl RequestWithReply for PrintGetContext
Source§type Reply = PrintGetContextReply
type Reply = PrintGetContextReply
Reply associated with the request
Source§type Cookie = PrintGetContextCookie
type Cookie = PrintGetContextCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = PrintGetContextCookieUnchecked
type CookieUnchecked = PrintGetContextCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for PrintGetContext
impl RefUnwindSafe for PrintGetContext
impl Send for PrintGetContext
impl Sync for PrintGetContext
impl Unpin for PrintGetContext
impl UnwindSafe for PrintGetContext
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