pub enum MeasurementGeometry {
Unknown,
D45to45,
D0to0,
}
Variants§
Trait Implementations§
Source§impl Clone for MeasurementGeometry
impl Clone for MeasurementGeometry
Source§fn clone(&self) -> MeasurementGeometry
fn clone(&self) -> MeasurementGeometry
Returns a duplicate 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 MeasurementGeometry
impl Debug for MeasurementGeometry
Source§impl From<u32> for MeasurementGeometry
impl From<u32> for MeasurementGeometry
impl Copy for MeasurementGeometry
Auto Trait Implementations§
impl Freeze for MeasurementGeometry
impl RefUnwindSafe for MeasurementGeometry
impl Send for MeasurementGeometry
impl Sync for MeasurementGeometry
impl Unpin for MeasurementGeometry
impl UnwindSafe for MeasurementGeometry
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