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