Struct docx_rust::formatting::SizeComplex
source · [−]Expand description
Measurement in Half-Points
Fields
value: Option<usize>
Trait Implementations
sourceimpl Clone for SizeComplex
impl Clone for SizeComplex
sourcefn clone(&self) -> SizeComplex
fn clone(&self) -> SizeComplex
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SizeComplex
impl Debug for SizeComplex
sourceimpl Default for SizeComplex
impl Default for SizeComplex
sourcefn default() -> SizeComplex
fn default() -> SizeComplex
Returns the “default value” for a type. Read more
sourceimpl<'__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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more