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