pub struct GlPolygonOffset { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for GlPolygonOffset
impl Clone for GlPolygonOffset
Source§fn clone(&self) -> GlPolygonOffset
fn clone(&self) -> GlPolygonOffset
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GlPolygonOffset
impl Debug for GlPolygonOffset
Source§impl PartialEq for GlPolygonOffset
impl PartialEq for GlPolygonOffset
Source§fn eq(&self, other: &GlPolygonOffset) -> bool
fn eq(&self, other: &GlPolygonOffset) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlPolygonOffset
impl StructuralPartialEq for GlPolygonOffset
Auto Trait Implementations§
impl Freeze for GlPolygonOffset
impl RefUnwindSafe for GlPolygonOffset
impl Send for GlPolygonOffset
impl Sync for GlPolygonOffset
impl Unpin for GlPolygonOffset
impl UnsafeUnpin for GlPolygonOffset
impl UnwindSafe for GlPolygonOffset
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