Struct threed_ice_sys::MaterialListNode_t [] [src]

pub struct MaterialListNode_t {
    pub Data: Material_t,
    pub Prev: *mut MaterialListNode_t,
    pub Next: *mut MaterialListNode_t,
}

Fields

Trait Implementations

impl Copy for MaterialListNode_t
[src]

impl Clone for MaterialListNode_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more