Struct threed_ice_sys::Output_t [] [src]

pub struct Output_t {
    pub InspectionPointListFinal: InspectionPointList_t,
    pub InspectionPointListSlot: InspectionPointList_t,
    pub InspectionPointListStep: InspectionPointList_t,
}

Fields

InspectionPointListFinal: InspectionPointList_t InspectionPointListSlot: InspectionPointList_t InspectionPointListStep: InspectionPointList_t

Trait Implementations

Derived Implementations

impl Copy for Output_t
[src]

impl Clone for Output_t
[src]

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