#[repr(u32)]pub enum VisualServerMultimeshColorFormat {
MultimeshColorNone = 0,
MultimeshColor8bit = 1,
MultimeshColorFloat = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for VisualServerMultimeshColorFormat
impl Clone for VisualServerMultimeshColorFormat
Source§fn clone(&self) -> VisualServerMultimeshColorFormat
fn clone(&self) -> VisualServerMultimeshColorFormat
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 PartialEq for VisualServerMultimeshColorFormat
impl PartialEq for VisualServerMultimeshColorFormat
Source§fn eq(&self, other: &VisualServerMultimeshColorFormat) -> bool
fn eq(&self, other: &VisualServerMultimeshColorFormat) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for VisualServerMultimeshColorFormat
impl Eq for VisualServerMultimeshColorFormat
impl StructuralPartialEq for VisualServerMultimeshColorFormat
Auto Trait Implementations§
impl Freeze for VisualServerMultimeshColorFormat
impl RefUnwindSafe for VisualServerMultimeshColorFormat
impl Send for VisualServerMultimeshColorFormat
impl Sync for VisualServerMultimeshColorFormat
impl Unpin for VisualServerMultimeshColorFormat
impl UnwindSafe for VisualServerMultimeshColorFormat
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