Struct threed_ice_sys::Floorplan_t [] [src]

pub struct Floorplan_t {
    pub FileName: String_t,
    pub NElements: Quantity_t,
    pub ElementsList: FloorplanElementList_t,
    pub SurfaceCoefficients: FloorplanMatrix_t,
    pub Bpowers: *mut Power_t,
}

Fields

FileName: String_t NElements: Quantity_t ElementsList: FloorplanElementList_t SurfaceCoefficients: FloorplanMatrix_t Bpowers: *mut Power_t

Trait Implementations

Derived Implementations

impl Copy for Floorplan_t
[src]

impl Clone for Floorplan_t
[src]

fn clone(&self) -> Floorplan_t

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more