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
Data: Layer_t
Prev: *mut LayerListNode_t
Next: *mut LayerListNode_t
Trait Implementations
Derived Implementations
impl Copy for LayerListNode_t
[src]
impl Clone for LayerListNode_t
[src]
fn clone(&self) -> LayerListNode_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