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

Trait Implementations

impl Copy for Floorplan_t
[src]

impl Clone for Floorplan_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more