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