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