#[repr(u32)]pub enum SpatialMaterialDetailUV {
DetailUv1 = 0,
DetailUv2 = 1,
}Variants§
Trait Implementations§
Source§impl Clone for SpatialMaterialDetailUV
impl Clone for SpatialMaterialDetailUV
Source§fn clone(&self) -> SpatialMaterialDetailUV
fn clone(&self) -> SpatialMaterialDetailUV
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpatialMaterialDetailUV
Source§impl Debug for SpatialMaterialDetailUV
impl Debug for SpatialMaterialDetailUV
impl Eq for SpatialMaterialDetailUV
Source§impl Hash for SpatialMaterialDetailUV
impl Hash for SpatialMaterialDetailUV
Source§impl PartialEq for SpatialMaterialDetailUV
impl PartialEq for SpatialMaterialDetailUV
Source§fn eq(&self, other: &SpatialMaterialDetailUV) -> bool
fn eq(&self, other: &SpatialMaterialDetailUV) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SpatialMaterialDetailUV
Auto Trait Implementations§
impl Freeze for SpatialMaterialDetailUV
impl RefUnwindSafe for SpatialMaterialDetailUV
impl Send for SpatialMaterialDetailUV
impl Sync for SpatialMaterialDetailUV
impl Unpin for SpatialMaterialDetailUV
impl UnsafeUnpin for SpatialMaterialDetailUV
impl UnwindSafe for SpatialMaterialDetailUV
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