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
Data: InspectionPoint_t
Prev: *mut InspectionPointListNode_t
Next: *mut InspectionPointListNode_t
Trait Implementations
Derived Implementations
impl Copy for InspectionPointListNode_t
[src]
impl Clone for InspectionPointListNode_t
[src]
fn clone(&self) -> InspectionPointListNode_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