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

SW_X: ChipDimension_t SW_Y: ChipDimension_t Length: ChipDimension_t Width: ChipDimension_t SW_Row: CellIndex_t SW_Column: CellIndex_t NE_Row: CellIndex_t NE_Column: CellIndex_t

Trait Implementations

Derived Implementations

impl Copy for ICElement_t
[src]

impl Clone for ICElement_t
[src]

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