pub enum GlDrawMode {
Triangles,
}Variants§
Triangles
Trait Implementations§
Source§impl Clone for GlDrawMode
impl Clone for GlDrawMode
Source§fn clone(&self) -> GlDrawMode
fn clone(&self) -> GlDrawMode
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 GlDrawMode
impl Debug for GlDrawMode
impl Copy for GlDrawMode
Auto Trait Implementations§
impl Freeze for GlDrawMode
impl RefUnwindSafe for GlDrawMode
impl Send for GlDrawMode
impl Sync for GlDrawMode
impl Unpin for GlDrawMode
impl UnsafeUnpin for GlDrawMode
impl UnwindSafe for GlDrawMode
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