Struct threed_ice_sys::LayerListNode_t [] [src]

pub struct LayerListNode_t {
    pub Data: Layer_t,
    pub Prev: *mut LayerListNode_t,
    pub Next: *mut LayerListNode_t,
}

Fields

Trait Implementations

impl Copy for LayerListNode_t
[src]

impl Clone for LayerListNode_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more