Struct libxlsxwriter_sys::lxw_chartsheet[][src]

#[repr(C)]
pub struct lxw_chartsheet {
Show fields pub file: *mut FILE, pub worksheet: *mut lxw_worksheet, pub chart: *mut lxw_chart, pub protection: lxw_protection_obj, pub is_protected: u8, pub name: *mut c_char, pub quoted_name: *mut c_char, pub tmpdir: *mut c_char, pub index: u16, pub active: u8, pub selected: u8, pub hidden: u8, pub active_sheet: *mut u16, pub first_sheet: *mut u16, pub rel_count: u16, pub list_pointers: lxw_chartsheet__bindgen_ty_1,
}

Fields

file: *mut FILEworksheet: *mut lxw_worksheetchart: *mut lxw_chartprotection: lxw_protection_objis_protected: u8name: *mut c_charquoted_name: *mut c_chartmpdir: *mut c_charindex: u16active: u8selected: u8hidden: u8active_sheet: *mut u16first_sheet: *mut u16rel_count: u16list_pointers: lxw_chartsheet__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.