Struct libxlsxwriter_sys::lxw_data_validation[][src]

#[repr(C)]
pub struct lxw_data_validation {
Show fields pub validate: u8, pub criteria: u8, pub ignore_blank: u8, pub show_input: u8, pub show_error: u8, pub error_type: u8, pub dropdown: u8, pub value_number: f64, pub value_formula: *mut c_char, pub value_list: *mut *mut c_char, pub value_datetime: lxw_datetime, pub minimum_number: f64, pub minimum_formula: *mut c_char, pub minimum_datetime: lxw_datetime, pub maximum_number: f64, pub maximum_formula: *mut c_char, pub maximum_datetime: lxw_datetime, pub input_title: *mut c_char, pub input_message: *mut c_char, pub error_title: *mut c_char, pub error_message: *mut c_char,
}

Fields

validate: u8criteria: u8ignore_blank: u8show_input: u8show_error: u8error_type: u8dropdown: u8value_number: f64value_formula: *mut c_charvalue_list: *mut *mut c_charvalue_datetime: lxw_datetimeminimum_number: f64minimum_formula: *mut c_charminimum_datetime: lxw_datetimemaximum_number: f64maximum_formula: *mut c_charmaximum_datetime: lxw_datetimeinput_title: *mut c_charinput_message: *mut c_charerror_title: *mut c_charerror_message: *mut c_char

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.