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