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