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