#[repr(i32)]pub enum HeightConversionMethod {
Alpha = 0,
AverageRgb = 1,
BiasedRgb = 2,
Red = 3,
Green = 4,
Blue = 5,
MaxRgb = 6,
ColorSpace = 7,
}
Expand description
Normal map height conversion methods
Variants§
Trait Implementations§
Source§impl Clone for HeightConversionMethod
impl Clone for HeightConversionMethod
Source§fn clone(&self) -> HeightConversionMethod
fn clone(&self) -> HeightConversionMethod
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 Debug for HeightConversionMethod
impl Debug for HeightConversionMethod
Source§impl PartialEq for HeightConversionMethod
impl PartialEq for HeightConversionMethod
impl Copy for HeightConversionMethod
impl StructuralPartialEq for HeightConversionMethod
Auto Trait Implementations§
impl Freeze for HeightConversionMethod
impl RefUnwindSafe for HeightConversionMethod
impl Send for HeightConversionMethod
impl Sync for HeightConversionMethod
impl Unpin for HeightConversionMethod
impl UnwindSafe for HeightConversionMethod
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