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