Struct xcb::xprint::PrintGetOneAttributes
source · pub struct PrintGetOneAttributes<'a> {
pub context: Pcontext,
pub pool: u8,
pub name: &'a [String8],
}
Expand description
The PrintGetOneAttributes
request.
This request replies PrintGetOneAttributesReply.
Associated cookie types are PrintGetOneAttributesCookie and PrintGetOneAttributesCookieUnchecked.
Fields§
§context: Pcontext
§pool: u8
§name: &'a [String8]
Trait Implementations§
source§impl<'a> Clone for PrintGetOneAttributes<'a>
impl<'a> Clone for PrintGetOneAttributes<'a>
source§fn clone(&self) -> PrintGetOneAttributes<'a>
fn clone(&self) -> PrintGetOneAttributes<'a>
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<'a> Debug for PrintGetOneAttributes<'a>
impl<'a> Debug for PrintGetOneAttributes<'a>
source§impl<'a> RawRequest for PrintGetOneAttributes<'a>
impl<'a> RawRequest for PrintGetOneAttributes<'a>
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<'a> Request for PrintGetOneAttributes<'a>
impl<'a> Request for PrintGetOneAttributes<'a>
source§impl<'a> RequestWithReply for PrintGetOneAttributes<'a>
impl<'a> RequestWithReply for PrintGetOneAttributes<'a>
source§type Reply = PrintGetOneAttributesReply
type Reply = PrintGetOneAttributesReply
Reply associated with the request
source§type Cookie = PrintGetOneAttributesCookie
type Cookie = PrintGetOneAttributesCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = PrintGetOneAttributesCookieUnchecked
type CookieUnchecked = PrintGetOneAttributesCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl<'a> Freeze for PrintGetOneAttributes<'a>
impl<'a> RefUnwindSafe for PrintGetOneAttributes<'a>
impl<'a> Send for PrintGetOneAttributes<'a>
impl<'a> Sync for PrintGetOneAttributes<'a>
impl<'a> Unpin for PrintGetOneAttributes<'a>
impl<'a> UnwindSafe for PrintGetOneAttributes<'a>
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
)