Struct threed_ice_sys::StackElement_p
[−]
[src]
pub struct StackElement_p(_);
Methods
impl StackElement_p
[src]
unsafe fn Layer(&self) -> *mut Layer_t
unsafe fn Die(&self) -> *mut Die_t
unsafe fn Channel(&self) -> *mut Channel_t
unsafe fn HeatSink(&self) -> *mut HeatSink_t
Trait Implementations
Derived Implementations
impl Copy for StackElement_p
[src]
impl Clone for StackElement_p
[src]
fn clone(&self) -> StackElement_p
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