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