Struct libxlsxwriter_sys::lxw_row[][src]

#[repr(C)]
pub struct lxw_row { pub row_num: lxw_row_t, pub height: f64, pub format: *mut lxw_format, pub hidden: u8, pub level: u8, pub collapsed: u8, pub row_changed: u8, pub data_changed: u8, pub height_changed: u8, pub cells: *mut lxw_table_cells, pub tree_pointers: lxw_row__bindgen_ty_1, }

Fields

row_num: lxw_row_theight: f64format: *mut lxw_formathidden: u8level: u8collapsed: u8row_changed: u8data_changed: u8height_changed: u8cells: *mut lxw_table_cellstree_pointers: lxw_row__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.