#[repr(u8)]pub enum ProceduralTextureLutId {
Noise = 0,
RGBMap = 2,
AlphaMap = 3,
Color = 4,
ColorDif = 5,
}Expand description
Procedural texture LUT IDs.
Variants§
Noise = 0
Noise table
RGBMap = 2
RGB mapping function table
AlphaMap = 3
Alpha mapping function table
Color = 4
Color table
ColorDif = 5
Color difference table
Trait Implementations§
Source§impl Clone for ProceduralTextureLutId
impl Clone for ProceduralTextureLutId
Source§fn clone(&self) -> ProceduralTextureLutId
fn clone(&self) -> ProceduralTextureLutId
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProceduralTextureLutId
impl Debug for ProceduralTextureLutId
Source§impl PartialEq for ProceduralTextureLutId
impl PartialEq for ProceduralTextureLutId
Source§impl TryFrom<u8> for ProceduralTextureLutId
impl TryFrom<u8> for ProceduralTextureLutId
impl Copy for ProceduralTextureLutId
impl Eq for ProceduralTextureLutId
impl StructuralPartialEq for ProceduralTextureLutId
Auto Trait Implementations§
impl Freeze for ProceduralTextureLutId
impl RefUnwindSafe for ProceduralTextureLutId
impl Send for ProceduralTextureLutId
impl Sync for ProceduralTextureLutId
impl Unpin for ProceduralTextureLutId
impl UnwindSafe for ProceduralTextureLutId
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)