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