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