[][src]Struct libxlsxwriter_sys::lxw_protection

#[repr(C)]
pub struct lxw_protection {
    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,
}

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: u8

Trait Implementations

impl Clone for lxw_protection[src]

impl Copy for lxw_protection[src]

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