pub enum ModeEnum {
Points,
Lines,
LineLoop,
LineStrip,
Triangles,
TriangleStrip,
TriangleFan,
}Expand description
glTF known primitive topologies.
Variants§
Trait Implementations§
impl Copy for ModeEnum
impl Eq for ModeEnum
impl StructuralPartialEq for ModeEnum
Auto Trait Implementations§
impl Freeze for ModeEnum
impl RefUnwindSafe for ModeEnum
impl Send for ModeEnum
impl Sync for ModeEnum
impl Unpin for ModeEnum
impl UnsafeUnpin for ModeEnum
impl UnwindSafe for ModeEnum
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