#[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 · 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 SpatialMaterialDetailUV
impl Debug for SpatialMaterialDetailUV
Source§impl Hash for SpatialMaterialDetailUV
impl Hash for SpatialMaterialDetailUV
Source§impl PartialEq for SpatialMaterialDetailUV
impl PartialEq for SpatialMaterialDetailUV
impl Copy for SpatialMaterialDetailUV
impl Eq for SpatialMaterialDetailUV
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