Struct xcb::xprint::PrintSetImageResolutionCookie
source · pub struct PrintSetImageResolutionCookie { /* private fields */ }
Expand description
Cookie type for PrintSetImageResolution.
This cookie can be used to get a PrintSetImageResolutionReply with Connection::wait_for_reply
Trait Implementations§
source§impl CookieWithReplyChecked for PrintSetImageResolutionCookie
impl CookieWithReplyChecked for PrintSetImageResolutionCookie
source§type Reply = PrintSetImageResolutionReply
type Reply = PrintSetImageResolutionReply
The reply type associated with the cookie
impl CookieChecked for PrintSetImageResolutionCookie
Auto Trait Implementations§
impl Freeze for PrintSetImageResolutionCookie
impl RefUnwindSafe for PrintSetImageResolutionCookie
impl Send for PrintSetImageResolutionCookie
impl Sync for PrintSetImageResolutionCookie
impl Unpin for PrintSetImageResolutionCookie
impl UnwindSafe for PrintSetImageResolutionCookie
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