Struct threed_ice_sys::Dimensions_t [] [src]

pub struct Dimensions_t {
    pub Cell: CellDimensions_t,
    pub Grid: GridDimensions_t,
    pub Chip: ChipDimensions_t,
}

Fields

Cell: CellDimensions_t Grid: GridDimensions_t Chip: ChipDimensions_t

Trait Implementations

Derived Implementations

impl Copy for Dimensions_t
[src]

impl Clone for Dimensions_t
[src]

fn clone(&self) -> Dimensions_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