pub struct GlDrawRange {
pub first: u32,
pub count: u32,
}Fields§
§first: u32§count: u32Implementations§
Source§impl GlDrawRange
impl GlDrawRange
Trait Implementations§
Source§impl Clone for GlDrawRange
impl Clone for GlDrawRange
Source§fn clone(&self) -> GlDrawRange
fn clone(&self) -> GlDrawRange
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 GlDrawRange
impl Debug for GlDrawRange
Source§impl Default for GlDrawRange
impl Default for GlDrawRange
Source§fn default() -> GlDrawRange
fn default() -> GlDrawRange
Returns the “default value” for a type. Read more
Source§impl PartialEq for GlDrawRange
impl PartialEq for GlDrawRange
Source§fn eq(&self, other: &GlDrawRange) -> bool
fn eq(&self, other: &GlDrawRange) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlDrawRange
impl Eq for GlDrawRange
impl StructuralPartialEq for GlDrawRange
Auto Trait Implementations§
impl Freeze for GlDrawRange
impl RefUnwindSafe for GlDrawRange
impl Send for GlDrawRange
impl Sync for GlDrawRange
impl Unpin for GlDrawRange
impl UnsafeUnpin for GlDrawRange
impl UnwindSafe for GlDrawRange
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