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