pub enum ModelVertexType {
UNKNOWN,
BDEF1,
BDEF2,
BDEF4,
SDEF,
QDEF,
}Variants§
Trait Implementations§
Source§impl Clone for ModelVertexType
impl Clone for ModelVertexType
Source§fn clone(&self) -> ModelVertexType
fn clone(&self) -> ModelVertexType
Returns a duplicate 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 ModelVertexType
impl Debug for ModelVertexType
Source§impl Default for ModelVertexType
impl Default for ModelVertexType
Source§impl From<ModelVertexType> for i32
impl From<ModelVertexType> for i32
Source§fn from(value: ModelVertexType) -> Self
fn from(value: ModelVertexType) -> Self
Converts to this type from the input type.
Source§impl From<i32> for ModelVertexType
impl From<i32> for ModelVertexType
impl Copy for ModelVertexType
Auto Trait Implementations§
impl Freeze for ModelVertexType
impl RefUnwindSafe for ModelVertexType
impl Send for ModelVertexType
impl Sync for ModelVertexType
impl Unpin for ModelVertexType
impl UnwindSafe for ModelVertexType
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