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