Struct threed_ice_sys::ICElement_t [] [src]

pub struct ICElement_t {
    pub SW_X: ChipDimension_t,
    pub SW_Y: ChipDimension_t,
    pub Length: ChipDimension_t,
    pub Width: ChipDimension_t,
    pub SW_Row: CellIndex_t,
    pub SW_Column: CellIndex_t,
    pub NE_Row: CellIndex_t,
    pub NE_Column: CellIndex_t,
}

Fields

Trait Implementations

impl Copy for ICElement_t
[src]

impl Clone for ICElement_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more