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

Trait Implementations

impl Copy for DieListNode_t
[src]

impl Clone for DieListNode_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more