pub enum Luteiselect {
Disable = 0,
Enable = 1,
}
Expand description
LUT Event Input Enable
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Luteiselect
impl Clone for Luteiselect
Source§fn clone(&self) -> Luteiselect
fn clone(&self) -> Luteiselect
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 Luteiselect
impl Debug for Luteiselect
Source§impl From<Luteiselect> for bool
impl From<Luteiselect> for bool
Source§fn from(variant: Luteiselect) -> Self
fn from(variant: Luteiselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Luteiselect
impl PartialEq for Luteiselect
impl Copy for Luteiselect
impl Eq for Luteiselect
impl StructuralPartialEq for Luteiselect
Auto Trait Implementations§
impl Freeze for Luteiselect
impl RefUnwindSafe for Luteiselect
impl Send for Luteiselect
impl Sync for Luteiselect
impl Unpin for Luteiselect
impl UnwindSafe for Luteiselect
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