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