Struct libxlsxwriter_sys::lxw_chart_custom_label[][src]

#[repr(C)]
pub struct lxw_chart_custom_label { pub value: *mut c_char, pub hide: u8, pub font: *mut lxw_chart_font, pub line: *mut lxw_chart_line, pub fill: *mut lxw_chart_fill, pub pattern: *mut lxw_chart_pattern, pub range: *mut lxw_series_range, pub data_point: lxw_series_data_point, }

Fields

value: *mut c_charhide: u8font: *mut lxw_chart_fontline: *mut lxw_chart_linefill: *mut lxw_chart_fillpattern: *mut lxw_chart_patternrange: *mut lxw_series_rangedata_point: lxw_series_data_point

Trait Implementations

impl Clone for lxw_chart_custom_label[src]

impl Copy for lxw_chart_custom_label[src]

impl Debug for lxw_chart_custom_label[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.