pub struct AR2FeaturePoints {
pub coord: Vec<AR2FeatureCoord>,
pub scale: i32,
pub maxdpi: f32,
pub mindpi: f32,
}Fields§
§coord: Vec<AR2FeatureCoord>§scale: i32§maxdpi: f32§mindpi: f32Trait Implementations§
Source§impl Clone for AR2FeaturePoints
impl Clone for AR2FeaturePoints
Source§fn clone(&self) -> AR2FeaturePoints
fn clone(&self) -> AR2FeaturePoints
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 AR2FeaturePoints
impl Debug for AR2FeaturePoints
Source§impl Default for AR2FeaturePoints
impl Default for AR2FeaturePoints
Source§fn default() -> AR2FeaturePoints
fn default() -> AR2FeaturePoints
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AR2FeaturePoints
impl RefUnwindSafe for AR2FeaturePoints
impl Send for AR2FeaturePoints
impl Sync for AR2FeaturePoints
impl Unpin for AR2FeaturePoints
impl UnsafeUnpin for AR2FeaturePoints
impl UnwindSafe for AR2FeaturePoints
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