#[repr(C)]pub enum ChartUpdateMode {
Shift = 0,
Circular = 1,
}Variants§
Trait Implementations§
Source§impl Clone for ChartUpdateMode
impl Clone for ChartUpdateMode
Source§fn clone(&self) -> ChartUpdateMode
fn clone(&self) -> ChartUpdateMode
Returns a duplicate 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 ChartUpdateMode
impl Debug for ChartUpdateMode
Source§impl PartialEq for ChartUpdateMode
impl PartialEq for ChartUpdateMode
impl Copy for ChartUpdateMode
impl Eq for ChartUpdateMode
impl StructuralPartialEq for ChartUpdateMode
Auto Trait Implementations§
impl Freeze for ChartUpdateMode
impl RefUnwindSafe for ChartUpdateMode
impl Send for ChartUpdateMode
impl Sync for ChartUpdateMode
impl Unpin for ChartUpdateMode
impl UnwindSafe for ChartUpdateMode
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