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