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 Freeze for SizeComplex
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