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