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