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