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