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