pub enum DatumReferenceModifierType {
CircularOrCylindrical,
Distance,
Projected,
Spherical,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DatumReferenceModifierType
impl Clone for DatumReferenceModifierType
Source§fn clone(&self) -> DatumReferenceModifierType
fn clone(&self) -> DatumReferenceModifierType
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 moreimpl Copy for DatumReferenceModifierType
Source§impl Debug for DatumReferenceModifierType
impl Debug for DatumReferenceModifierType
impl Eq for DatumReferenceModifierType
Source§impl PartialEq for DatumReferenceModifierType
impl PartialEq for DatumReferenceModifierType
Source§fn eq(&self, other: &DatumReferenceModifierType) -> bool
fn eq(&self, other: &DatumReferenceModifierType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DatumReferenceModifierType
Auto Trait Implementations§
impl Freeze for DatumReferenceModifierType
impl RefUnwindSafe for DatumReferenceModifierType
impl Send for DatumReferenceModifierType
impl Sync for DatumReferenceModifierType
impl Unpin for DatumReferenceModifierType
impl UnsafeUnpin for DatumReferenceModifierType
impl UnwindSafe for DatumReferenceModifierType
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