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