#[repr(C)]
pub struct lxw_cond_format_obj {
Show 43 fields pub type_: u8, pub criteria: u8, pub min_value: f64, pub min_value_string: *mut c_char, pub min_rule_type: u8, pub min_color: lxw_color_t, pub mid_value: f64, pub mid_value_string: *mut c_char, pub mid_value_type: u8, pub mid_rule_type: u8, pub mid_color: lxw_color_t, pub max_value: f64, pub max_value_string: *mut c_char, pub max_value_type: u8, pub max_rule_type: u8, pub max_color: lxw_color_t, pub data_bar_2010: u8, pub auto_min: u8, pub auto_max: u8, pub bar_only: u8, pub bar_solid: u8, pub bar_negative_color_same: u8, pub bar_negative_border_color_same: u8, pub bar_no_border: u8, pub bar_direction: u8, pub bar_axis_position: u8, pub bar_color: lxw_color_t, pub bar_negative_color: lxw_color_t, pub bar_border_color: lxw_color_t, pub bar_negative_border_color: lxw_color_t, pub bar_axis_color: lxw_color_t, pub icon_style: u8, pub reverse_icons: u8, pub icons_only: u8, pub stop_if_true: u8, pub has_max: u8, pub type_string: *mut c_char, pub guid: *mut c_char, pub dxf_index: i32, pub dxf_priority: u32, pub first_cell: [c_char; 14], pub sqref: [c_char; 2080], pub list_pointers: lxw_cond_format_obj__bindgen_ty_1,
}

Fields§

§type_: u8§criteria: u8§min_value: f64§min_value_string: *mut c_char§min_rule_type: u8§min_color: lxw_color_t§mid_value: f64§mid_value_string: *mut c_char§mid_value_type: u8§mid_rule_type: u8§mid_color: lxw_color_t§max_value: f64§max_value_string: *mut c_char§max_value_type: u8§max_rule_type: u8§max_color: lxw_color_t§data_bar_2010: u8§auto_min: u8§auto_max: u8§bar_only: u8§bar_solid: u8§bar_negative_color_same: u8§bar_negative_border_color_same: u8§bar_no_border: u8§bar_direction: u8§bar_axis_position: u8§bar_color: lxw_color_t§bar_negative_color: lxw_color_t§bar_border_color: lxw_color_t§bar_negative_border_color: lxw_color_t§bar_axis_color: lxw_color_t§icon_style: u8§reverse_icons: u8§icons_only: u8§stop_if_true: u8§has_max: u8§type_string: *mut c_char§guid: *mut c_char§dxf_index: i32§dxf_priority: u32§first_cell: [c_char; 14]§sqref: [c_char; 2080]§list_pointers: lxw_cond_format_obj__bindgen_ty_1

Trait Implementations§

source§

impl Clone for lxw_cond_format_obj

source§

fn clone(&self) -> lxw_cond_format_obj

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for lxw_cond_format_obj

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for lxw_cond_format_obj

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.