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