Struct xcb::xprint::PrintGetAttributes
source · 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: u8
Trait 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)