pub enum MeshKind {
JisX0410,
Xyz,
}Variants§
Trait Implementations§
impl Copy for MeshKind
impl Eq for MeshKind
impl StructuralPartialEq for MeshKind
Auto Trait Implementations§
impl Freeze for MeshKind
impl RefUnwindSafe for MeshKind
impl Send for MeshKind
impl Sync for MeshKind
impl Unpin for MeshKind
impl UnsafeUnpin for MeshKind
impl UnwindSafe for MeshKind
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