#[repr(C)]pub struct PioBalancedGeoView {Show 13 fields
pub has_geo: bool,
pub space: PioStringView,
pub crs: PioStringView,
pub has_crs: bool,
pub kind: PioStringView,
pub has_kind: bool,
pub has_canvas: bool,
pub canvas_width: f64,
pub has_canvas_width: bool,
pub canvas_height: f64,
pub has_canvas_height: bool,
pub canvas_units: PioStringView,
pub has_canvas_units: bool,
}Expand description
Coordinate metadata for a balanced network.
Fields§
§has_geo: bool§space: PioStringView§crs: PioStringView§has_crs: bool§kind: PioStringView§has_kind: bool§has_canvas: bool§canvas_width: f64§has_canvas_width: bool§canvas_height: f64§has_canvas_height: bool§canvas_units: PioStringView§has_canvas_units: boolTrait Implementations§
Source§impl Clone for PioBalancedGeoView
impl Clone for PioBalancedGeoView
Source§fn clone(&self) -> PioBalancedGeoView
fn clone(&self) -> PioBalancedGeoView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PioBalancedGeoView
Auto Trait Implementations§
impl !Send for PioBalancedGeoView
impl !Sync for PioBalancedGeoView
impl Freeze for PioBalancedGeoView
impl RefUnwindSafe for PioBalancedGeoView
impl Unpin for PioBalancedGeoView
impl UnsafeUnpin for PioBalancedGeoView
impl UnwindSafe for PioBalancedGeoView
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