Struct docx_rust::formatting::SizeComplex
source · pub struct SizeComplex {
pub value: Option<isize>,
}
Expand description
Measurement in Half-Points
Fields§
§value: Option<isize>
Trait Implementations§
source§impl Clone for SizeComplex
impl Clone for SizeComplex
source§fn clone(&self) -> SizeComplex
fn clone(&self) -> SizeComplex
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 SizeComplex
impl Debug for SizeComplex
source§impl Default for SizeComplex
impl Default for SizeComplex
source§fn default() -> SizeComplex
fn default() -> SizeComplex
Returns the “default value” for a type. Read more