Struct libxlsxwriter_sys::lxw_protection_obj[][src]

#[repr(C)]
pub struct lxw_protection_obj {
Show fields pub no_select_locked_cells: u8, pub no_select_unlocked_cells: u8, pub format_cells: u8, pub format_columns: u8, pub format_rows: u8, pub insert_columns: u8, pub insert_rows: u8, pub insert_hyperlinks: u8, pub delete_columns: u8, pub delete_rows: u8, pub sort: u8, pub autofilter: u8, pub pivot_tables: u8, pub scenarios: u8, pub objects: u8, pub no_content: u8, pub no_objects: u8, pub no_sheet: u8, pub is_configured: u8, pub hash: [c_char; 5],
}

Fields

no_select_locked_cells: u8no_select_unlocked_cells: u8format_cells: u8format_columns: u8format_rows: u8insert_columns: u8insert_rows: u8insert_hyperlinks: u8delete_columns: u8delete_rows: u8sort: u8autofilter: u8pivot_tables: u8scenarios: u8objects: u8no_content: u8no_objects: u8no_sheet: u8is_configured: u8hash: [c_char; 5]

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.