Struct threed_ice_sys::DieListNode_t
[−]
[src]
pub struct DieListNode_t {
pub Data: Die_t,
pub Prev: *mut DieListNode_t,
pub Next: *mut DieListNode_t,
}Fields
Data: Die_t
Prev: *mut DieListNode_t
Next: *mut DieListNode_t
Trait Implementations
Derived Implementations
impl Copy for DieListNode_t[src]
impl Clone for DieListNode_t[src]
fn clone(&self) -> DieListNode_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