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