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