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