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
source§impl<'__input> XmlRead<'__input> for SizeComplex
impl<'__input> XmlRead<'__input> for SizeComplex
Auto Trait Implementations§
impl RefUnwindSafe for SizeComplex
impl Send for SizeComplex
impl Sync for SizeComplex
impl Unpin for SizeComplex
impl UnwindSafe for SizeComplex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more