[][src]Struct libxlsxwriter_sys::lxw_chart_font

#[repr(C)]pub struct lxw_chart_font {
    pub name: *mut c_char,
    pub size: f64,
    pub bold: u8,
    pub italic: u8,
    pub underline: u8,
    pub rotation: i32,
    pub color: lxw_color_t,
    pub pitch_family: u8,
    pub charset: u8,
    pub baseline: i8,
}

Fields

name: *mut c_charsize: f64bold: u8italic: u8underline: u8rotation: i32color: lxw_color_tpitch_family: u8charset: u8baseline: i8

Trait Implementations

impl Clone for lxw_chart_font[src]

impl Copy for lxw_chart_font[src]

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