#[repr(u32)]pub enum MultiMeshColorFormat {
ColorNone = 0,
Color8bit = 1,
ColorFloat = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for MultiMeshColorFormat
impl Clone for MultiMeshColorFormat
Source§fn clone(&self) -> MultiMeshColorFormat
fn clone(&self) -> MultiMeshColorFormat
Returns a copy 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 MultiMeshColorFormat
impl Debug for MultiMeshColorFormat
Source§impl Hash for MultiMeshColorFormat
impl Hash for MultiMeshColorFormat
Source§impl PartialEq for MultiMeshColorFormat
impl PartialEq for MultiMeshColorFormat
impl Copy for MultiMeshColorFormat
impl Eq for MultiMeshColorFormat
impl StructuralPartialEq for MultiMeshColorFormat
Auto Trait Implementations§
impl Freeze for MultiMeshColorFormat
impl RefUnwindSafe for MultiMeshColorFormat
impl Send for MultiMeshColorFormat
impl Sync for MultiMeshColorFormat
impl Unpin for MultiMeshColorFormat
impl UnwindSafe for MultiMeshColorFormat
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