Struct xcb::xprint::PrintGetOneAttributesReply
source · pub struct PrintGetOneAttributesReply { /* private fields */ }
Expand description
Reply type for PrintGetOneAttributes.
Can be obtained from a PrintGetOneAttributesCookie with Connection::wait_for_reply or from a PrintGetOneAttributesCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for PrintGetOneAttributesReply
impl Debug for PrintGetOneAttributesReply
source§impl Drop for PrintGetOneAttributesReply
impl Drop for PrintGetOneAttributesReply
source§impl Reply for PrintGetOneAttributesReply
impl Reply for PrintGetOneAttributesReply
impl Send for PrintGetOneAttributesReply
impl Sync for PrintGetOneAttributesReply
Auto Trait Implementations§
impl Freeze for PrintGetOneAttributesReply
impl RefUnwindSafe for PrintGetOneAttributesReply
impl Unpin for PrintGetOneAttributesReply
impl UnwindSafe for PrintGetOneAttributesReply
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