pub enum DrawTopology {
Triangles,
TriangleStrip,
Lines,
}Variants§
Trait Implementations§
Source§impl Clone for DrawTopology
impl Clone for DrawTopology
Source§fn clone(&self) -> DrawTopology
fn clone(&self) -> DrawTopology
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 moreimpl Copy for DrawTopology
Source§impl Debug for DrawTopology
impl Debug for DrawTopology
impl Eq for DrawTopology
Source§impl PartialEq for DrawTopology
impl PartialEq for DrawTopology
Source§fn eq(&self, other: &DrawTopology) -> bool
fn eq(&self, other: &DrawTopology) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DrawTopology
Auto Trait Implementations§
impl Freeze for DrawTopology
impl RefUnwindSafe for DrawTopology
impl Send for DrawTopology
impl Sync for DrawTopology
impl Unpin for DrawTopology
impl UnsafeUnpin for DrawTopology
impl UnwindSafe for DrawTopology
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