pub enum LutMode {
PARAM_GEN = 0,
PRESET = 1,
USER_DEF = 2,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LutMode
impl RefUnwindSafe for LutMode
impl Send for LutMode
impl Sync for LutMode
impl Unpin for LutMode
impl UnwindSafe for LutMode
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