#[repr(u8)]pub enum Seriesselect {
_0 = 0,
_1 = 1,
}
Expand description
Series
Value on reset: 3
Variants§
Trait Implementations§
Source§impl Clone for Seriesselect
impl Clone for Seriesselect
Source§fn clone(&self) -> Seriesselect
fn clone(&self) -> Seriesselect
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 Seriesselect
impl Debug for Seriesselect
Source§impl From<Seriesselect> for u8
impl From<Seriesselect> for u8
Source§fn from(variant: Seriesselect) -> Self
fn from(variant: Seriesselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Seriesselect
impl PartialEq for Seriesselect
impl Copy for Seriesselect
impl Eq for Seriesselect
impl IsEnum for Seriesselect
impl StructuralPartialEq for Seriesselect
Auto Trait Implementations§
impl Freeze for Seriesselect
impl RefUnwindSafe for Seriesselect
impl Send for Seriesselect
impl Sync for Seriesselect
impl Unpin for Seriesselect
impl UnwindSafe for Seriesselect
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