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