Struct libxlsxwriter_sys::lxw_vml_obj[][src]

#[repr(C)]
pub struct lxw_vml_obj {
Show fields pub row: lxw_row_t, pub col: lxw_col_t, pub start_row: lxw_row_t, pub start_col: lxw_col_t, pub x_offset: i32, pub y_offset: i32, pub col_absolute: u32, pub row_absolute: u32, pub width: u32, pub height: u32, pub x_dpi: f64, pub y_dpi: f64, pub color: lxw_color_t, pub font_family: u8, pub visible: u8, pub author_id: u32, pub rel_index: u32, pub font_size: f64, pub from: lxw_drawing_coords, pub to: lxw_drawing_coords, pub author: *mut c_char, pub font_name: *mut c_char, pub text: *mut c_char, pub image_position: *mut c_char, pub name: *mut c_char, pub list_pointers: lxw_vml_obj__bindgen_ty_1,
}

Fields

row: lxw_row_tcol: lxw_col_tstart_row: lxw_row_tstart_col: lxw_col_tx_offset: i32y_offset: i32col_absolute: u32row_absolute: u32width: u32height: u32x_dpi: f64y_dpi: f64color: lxw_color_tfont_family: u8visible: u8author_id: u32rel_index: u32font_size: f64from: lxw_drawing_coordsto: lxw_drawing_coordsauthor: *mut c_charfont_name: *mut c_chartext: *mut c_charimage_position: *mut c_charname: *mut c_charlist_pointers: lxw_vml_obj__bindgen_ty_1

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.