Struct threed_ice_sys::InspectionPoint_t
[−]
[src]
pub struct InspectionPoint_t { pub FileName: String_t, pub Instant: OutputInstant_t, pub Type: OutputType_t, pub Quantity: OutputQuantity_t, pub Xval: ChipDimension_t, pub ActualXval: ChipDimension_t, pub Yval: ChipDimension_t, pub ActualYval: ChipDimension_t, pub RowIndex: CellIndex_t, pub ColumnIndex: CellIndex_t, pub StackElement: *mut StackElement_t, pub FloorplanElement: *mut FloorplanElement_t, }
Fields
FileName: String_t
Instant: OutputInstant_t
Type: OutputType_t
Quantity: OutputQuantity_t
Xval: ChipDimension_t
ActualXval: ChipDimension_t
Yval: ChipDimension_t
ActualYval: ChipDimension_t
RowIndex: CellIndex_t
ColumnIndex: CellIndex_t
StackElement: *mut StackElement_t
FloorplanElement: *mut FloorplanElement_t
Trait Implementations
Derived Implementations
impl Copy for InspectionPoint_t
[src]
impl Clone for InspectionPoint_t
[src]
fn clone(&self) -> InspectionPoint_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