Struct libxlsxwriter_sys::lxw_object_properties[][src]

#[repr(C)]
pub struct lxw_object_properties {
Show fields pub x_offset: i32, pub y_offset: i32, pub x_scale: f64, pub y_scale: f64, pub row: lxw_row_t, pub col: lxw_col_t, pub filename: *mut c_char, pub description: *mut c_char, pub url: *mut c_char, pub tip: *mut c_char, pub object_position: u8, pub stream: *mut FILE, pub image_type: u8, pub is_image_buffer: u8, pub image_buffer: *mut c_uchar, pub image_buffer_size: size_t, pub width: f64, pub height: f64, pub extension: *mut c_char, pub x_dpi: f64, pub y_dpi: f64, pub chart: *mut lxw_chart, pub is_duplicate: u8, pub is_background: u8, pub md5: *mut c_char, pub image_position: *mut c_char, pub decorative: u8, pub list_pointers: lxw_object_properties__bindgen_ty_1,
}

Fields

x_offset: i32y_offset: i32x_scale: f64y_scale: f64row: lxw_row_tcol: lxw_col_tfilename: *mut c_chardescription: *mut c_charurl: *mut c_chartip: *mut c_charobject_position: u8stream: *mut FILEimage_type: u8is_image_buffer: u8image_buffer: *mut c_ucharimage_buffer_size: size_twidth: f64height: f64extension: *mut c_charx_dpi: f64y_dpi: f64chart: *mut lxw_chartis_duplicate: u8is_background: u8md5: *mut c_charimage_position: *mut c_chardecorative: u8list_pointers: lxw_object_properties__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.