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