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