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