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