Struct threed_ice_sys::MaterialList_t [] [src]

pub struct MaterialList_t {
    pub Size: Quantity_t,
    pub First: *mut MaterialListNode_t,
    pub Last: *mut MaterialListNode_t,
}

Fields

Size: Quantity_t First: *mut MaterialListNode_t Last: *mut MaterialListNode_t

Trait Implementations

Derived Implementations

impl Copy for MaterialList_t
[src]

impl Clone for MaterialList_t
[src]

fn clone(&self) -> MaterialList_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