pub struct ShpContoursInf {
pub shp: BTreeMap<i32, Vec<Vec<Pt2d>>>,
pub rec: BTreeMap<i32, Vec<String>>,
pub minmax: Vec<[f64; 4]>,
}Expand description
ShpContoursInf
Fields§
§shp: BTreeMap<i32, Vec<Vec<Pt2d>>>shp
rec: BTreeMap<i32, Vec<String>>rec
minmax: Vec<[f64; 4]>minmax
Implementations§
Source§impl ShpContoursInf
ShpContoursInf
impl ShpContoursInf
ShpContoursInf
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShpContoursInf
impl RefUnwindSafe for ShpContoursInf
impl Send for ShpContoursInf
impl Sync for ShpContoursInf
impl Unpin for ShpContoursInf
impl UnsafeUnpin for ShpContoursInf
impl UnwindSafe for ShpContoursInf
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