pub enum LutType {
Lut8,
Lut16,
LutMab,
LutMba,
}Variants§
Trait Implementations§
Source§impl Ord for LutType
impl Ord for LutType
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for LutType
impl PartialOrd for LutType
impl Copy for LutType
impl Eq for LutType
impl StructuralPartialEq for LutType
Auto Trait Implementations§
impl Freeze for LutType
impl RefUnwindSafe for LutType
impl Send for LutType
impl Sync for LutType
impl Unpin for LutType
impl UnsafeUnpin for LutType
impl UnwindSafe for LutType
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