#[repr(C)]pub struct PioMulticonductorGeoView {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 multiconductor 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 PioMulticonductorGeoView
impl Clone for PioMulticonductorGeoView
Source§fn clone(&self) -> PioMulticonductorGeoView
fn clone(&self) -> PioMulticonductorGeoView
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 PioMulticonductorGeoView
Auto Trait Implementations§
impl !Send for PioMulticonductorGeoView
impl !Sync for PioMulticonductorGeoView
impl Freeze for PioMulticonductorGeoView
impl RefUnwindSafe for PioMulticonductorGeoView
impl Unpin for PioMulticonductorGeoView
impl UnsafeUnpin for PioMulticonductorGeoView
impl UnwindSafe for PioMulticonductorGeoView
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