[][src]Struct libxlsxwriter_sys::lxw_comment_options

#[repr(C)]pub struct lxw_comment_options {
    pub visible: u8,
    pub author: *mut c_char,
    pub width: u16,
    pub height: u16,
    pub x_scale: f64,
    pub y_scale: f64,
    pub color: lxw_color_t,
    pub font_name: *mut c_char,
    pub font_size: f64,
    pub font_family: u8,
    pub start_row: lxw_row_t,
    pub start_col: lxw_col_t,
    pub x_offset: i32,
    pub y_offset: i32,
}

Fields

visible: u8author: *mut c_charwidth: u16height: u16x_scale: f64y_scale: f64color: lxw_color_tfont_name: *mut c_charfont_size: f64font_family: u8start_row: lxw_row_tstart_col: lxw_col_tx_offset: i32y_offset: i32

Trait Implementations

impl Clone for lxw_comment_options[src]

impl Copy for lxw_comment_options[src]

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