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