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

Data: Material_t Prev: *mut MaterialListNode_t Next: *mut MaterialListNode_t

Trait Implementations

Derived Implementations

impl Copy for MaterialListNode_t
[src]

impl Clone for MaterialListNode_t
[src]

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