pub enum IndexBufferFormat {
Points,
Lines,
LineStrip,
Triangles,
TriangleStrip,
TriangleFan,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IndexBufferFormat
impl Clone for IndexBufferFormat
Source§fn clone(&self) -> IndexBufferFormat
fn clone(&self) -> IndexBufferFormat
Returns a copy of the value. Read more
1.0.0 · 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 IndexBufferFormat
impl Debug for IndexBufferFormat
Source§impl Hash for IndexBufferFormat
impl Hash for IndexBufferFormat
Source§impl Ord for IndexBufferFormat
impl Ord for IndexBufferFormat
Source§fn cmp(&self, other: &IndexBufferFormat) -> Ordering
fn cmp(&self, other: &IndexBufferFormat) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IndexBufferFormat
impl PartialEq for IndexBufferFormat
Source§impl PartialOrd for IndexBufferFormat
impl PartialOrd for IndexBufferFormat
impl Copy for IndexBufferFormat
impl Eq for IndexBufferFormat
impl StructuralPartialEq for IndexBufferFormat
Auto Trait Implementations§
impl Freeze for IndexBufferFormat
impl RefUnwindSafe for IndexBufferFormat
impl Send for IndexBufferFormat
impl Sync for IndexBufferFormat
impl Unpin for IndexBufferFormat
impl UnwindSafe for IndexBufferFormat
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