#[repr(C)]pub enum ChartType {
Lines = 0,
Column = 1,
Max = 2,
}
Variants§
Trait Implementations§
Source§impl<'a> From<&'a u32> for &'a ChartType
impl<'a> From<&'a u32> for &'a ChartType
Source§fn from(a: &'a nk_chart_type) -> &'a ChartType
fn from(a: &'a nk_chart_type) -> &'a ChartType
Converts to this type from the input type.
Source§impl From<ChartType> for nk_chart_type
impl From<ChartType> for nk_chart_type
Source§fn from(a: ChartType) -> nk_chart_type
fn from(a: ChartType) -> nk_chart_type
Converts to this type from the input type.
Source§impl From<u32> for ChartType
impl From<u32> for ChartType
Source§fn from(a: nk_chart_type) -> ChartType
fn from(a: nk_chart_type) -> ChartType
Converts to this type from the input type.
impl Copy for ChartType
impl Eq for ChartType
impl StructuralPartialEq for ChartType
Auto Trait Implementations§
impl Freeze for ChartType
impl RefUnwindSafe for ChartType
impl Send for ChartType
impl Sync for ChartType
impl Unpin for ChartType
impl UnwindSafe for ChartType
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