Struct threed_ice_sys::InspectionPointListNode_t [] [src]

pub struct InspectionPointListNode_t {
    pub Data: InspectionPoint_t,
    pub Prev: *mut InspectionPointListNode_t,
    pub Next: *mut InspectionPointListNode_t,
}

Fields

Trait Implementations

impl Copy for InspectionPointListNode_t
[src]

impl Clone for InspectionPointListNode_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more