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