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