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