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