Struct threed_ice_sys::InspectionPointList_t
[−]
[src]
pub struct InspectionPointList_t {
pub Size: Quantity_t,
pub First: *mut InspectionPointListNode_t,
pub Last: *mut InspectionPointListNode_t,
}Fields
Size: Quantity_t
First: *mut InspectionPointListNode_t
Last: *mut InspectionPointListNode_t
Trait Implementations
Derived Implementations
impl Copy for InspectionPointList_t[src]
impl Clone for InspectionPointList_t[src]
fn clone(&self) -> InspectionPointList_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