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