pub struct GlElementVertexRange {
pub start: u32,
pub end: u32,
}Fields§
§start: u32§end: u32Implementations§
Trait Implementations§
Source§impl Clone for GlElementVertexRange
impl Clone for GlElementVertexRange
Source§fn clone(&self) -> GlElementVertexRange
fn clone(&self) -> GlElementVertexRange
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 GlElementVertexRange
impl Debug for GlElementVertexRange
Source§impl PartialEq for GlElementVertexRange
impl PartialEq for GlElementVertexRange
Source§fn eq(&self, other: &GlElementVertexRange) -> bool
fn eq(&self, other: &GlElementVertexRange) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlElementVertexRange
impl Eq for GlElementVertexRange
impl StructuralPartialEq for GlElementVertexRange
Auto Trait Implementations§
impl Freeze for GlElementVertexRange
impl RefUnwindSafe for GlElementVertexRange
impl Send for GlElementVertexRange
impl Sync for GlElementVertexRange
impl Unpin for GlElementVertexRange
impl UnsafeUnpin for GlElementVertexRange
impl UnwindSafe for GlElementVertexRange
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