pub struct ShapeF {
pub fname: String,
pub enc: String,
pub h_shp: *mut SHPInfo,
pub h_dbf: *mut DBFInfo,
pub valid: bool,
}Expand description
ShapeF
Fields§
§fname: Stringfname
enc: Stringenc
h_shp: *mut SHPInfoh_shp
h_dbf: *mut DBFInfoh_dbf
valid: boolvalid
Implementations§
Source§impl ShapeF
ShapeF
impl ShapeF
ShapeF
Sourcepub fn get_shp_contours(
&self,
ignore: bool,
) -> Result<ShpContoursInf, Box<dyn Error>>
pub fn get_shp_contours( &self, ignore: bool, ) -> Result<ShpContoursInf, Box<dyn Error>>
get_shape
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShapeF
impl RefUnwindSafe for ShapeF
impl !Send for ShapeF
impl !Sync for ShapeF
impl Unpin for ShapeF
impl UnwindSafe for ShapeF
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