[][src]Struct libxlsxwriter_sys::lxw_series_error_bars

#[repr(C)]
pub struct lxw_series_error_bars {
    pub type_: u8,
    pub direction: u8,
    pub endcap: u8,
    pub has_value: u8,
    pub is_set: u8,
    pub is_x: u8,
    pub chart_group: u8,
    pub value: f64,
    pub line: *mut lxw_chart_line,
}

Fields

type_: u8direction: u8endcap: u8has_value: u8is_set: u8is_x: u8chart_group: u8value: f64line: *mut lxw_chart_line

Trait Implementations

impl Clone for lxw_series_error_bars[src]

impl Copy for lxw_series_error_bars[src]

impl Debug for lxw_series_error_bars[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.