Struct xcb::glx::GetClipPlaneReply
source · pub struct GetClipPlaneReply { /* private fields */ }
Expand description
Reply type for GetClipPlane.
Can be obtained from a GetClipPlaneCookie with Connection::wait_for_reply or from a GetClipPlaneCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for GetClipPlaneReply
impl Debug for GetClipPlaneReply
source§impl Drop for GetClipPlaneReply
impl Drop for GetClipPlaneReply
source§impl Reply for GetClipPlaneReply
impl Reply for GetClipPlaneReply
impl Send for GetClipPlaneReply
impl Sync for GetClipPlaneReply
Auto Trait Implementations§
impl Freeze for GetClipPlaneReply
impl RefUnwindSafe for GetClipPlaneReply
impl Unpin for GetClipPlaneReply
impl UnwindSafe for GetClipPlaneReply
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