pub enum LutFormat {
Look,
Cube,
ThreeDl,
}Expand description
TS ColorLookupAdjustment.lutFormat.
Variants§
Trait Implementations§
impl Copy for LutFormat
impl Eq for LutFormat
impl StructuralPartialEq for LutFormat
Auto Trait Implementations§
impl Freeze for LutFormat
impl RefUnwindSafe for LutFormat
impl Send for LutFormat
impl Sync for LutFormat
impl Unpin for LutFormat
impl UnsafeUnpin for LutFormat
impl UnwindSafe for LutFormat
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