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