#[repr(u8)]pub enum LutScale {
OneX = 0,
TwoX = 1,
FourX = 2,
EightX = 3,
QuarterX = 6,
HalfX = 7,
}Expand description
LUT scaling factors.
Variants§
OneX = 0
1x scale.
TwoX = 1
2x scale.
FourX = 2
4x scale.
EightX = 3
8x scale.
QuarterX = 6
0.25x scale.
HalfX = 7
0.5x scale.
Trait Implementations§
impl Copy for LutScale
impl Eq for LutScale
impl StructuralPartialEq for LutScale
Auto Trait Implementations§
impl Freeze for LutScale
impl RefUnwindSafe for LutScale
impl Send for LutScale
impl Sync for LutScale
impl Unpin for LutScale
impl UnwindSafe for LutScale
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)