Struct threed_ice_sys::DieList_t [] [src]

pub struct DieList_t {
    pub Size: Quantity_t,
    pub First: *mut DieListNode_t,
    pub Last: *mut DieListNode_t,
}

Fields

Trait Implementations

impl Copy for DieList_t
[src]

impl Clone for DieList_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more