pub struct DatumReferenceModifierWithValue {
pub modifier_type: DatumReferenceModifierType,
pub modifier_value: LengthMeasureWithUnitRef,
}Fields§
§modifier_type: DatumReferenceModifierType§modifier_value: LengthMeasureWithUnitRefTrait Implementations§
Source§impl Clone for DatumReferenceModifierWithValue
impl Clone for DatumReferenceModifierWithValue
Source§fn clone(&self) -> DatumReferenceModifierWithValue
fn clone(&self) -> DatumReferenceModifierWithValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for DatumReferenceModifierWithValue
impl PartialEq for DatumReferenceModifierWithValue
Source§fn eq(&self, other: &DatumReferenceModifierWithValue) -> bool
fn eq(&self, other: &DatumReferenceModifierWithValue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DatumReferenceModifierWithValue
Auto Trait Implementations§
impl Freeze for DatumReferenceModifierWithValue
impl RefUnwindSafe for DatumReferenceModifierWithValue
impl Send for DatumReferenceModifierWithValue
impl Sync for DatumReferenceModifierWithValue
impl Unpin for DatumReferenceModifierWithValue
impl UnsafeUnpin for DatumReferenceModifierWithValue
impl UnwindSafe for DatumReferenceModifierWithValue
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