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