Struct docx_rust::formatting::TableCellWidth
source · pub struct TableCellWidth {
pub value: Option<isize>,
pub unit: Option<TableWidthUnit>,
}
Fields§
§value: Option<isize>
§unit: Option<TableWidthUnit>
Trait Implementations§
source§impl Clone for TableCellWidth
impl Clone for TableCellWidth
source§fn clone(&self) -> TableCellWidth
fn clone(&self) -> TableCellWidth
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TableCellWidth
impl Debug for TableCellWidth
source§impl Default for TableCellWidth
impl Default for TableCellWidth
source§fn default() -> TableCellWidth
fn default() -> TableCellWidth
Returns the “default value” for a type. Read more