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