pub struct MeasureFeatures {
pub with_points: bool,
pub with_directions: bool,
pub with_2d: bool,
pub with_3d: bool,
pub with_transformations: bool,
pub with_uncertainty: UncertaintyFeatures,
}Fields§
§with_points: bool§with_directions: bool§with_2d: bool§with_3d: bool§with_transformations: bool§with_uncertainty: UncertaintyFeaturesAuto Trait Implementations§
impl Freeze for MeasureFeatures
impl RefUnwindSafe for MeasureFeatures
impl Send for MeasureFeatures
impl Sync for MeasureFeatures
impl Unpin for MeasureFeatures
impl UnwindSafe for MeasureFeatures
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