Enum threed_ice_sys::HeatSinkModel_t
[−]
[src]
pub enum HeatSinkModel_t {
TDICE_HEATSINK_MODEL_NONE,
TDICE_HEATSINK_MODEL_CONNECTION_TO_AMBIENT,
TDICE_HEATSINK_MODEL_TRADITIONAL,
}Variants
TDICE_HEATSINK_MODEL_NONETDICE_HEATSINK_MODEL_CONNECTION_TO_AMBIENTTDICE_HEATSINK_MODEL_TRADITIONALTrait Implementations
Derived Implementations
impl Eq for HeatSinkModel_t[src]
impl PartialEq for HeatSinkModel_t[src]
fn eq(&self, __arg_0: &HeatSinkModel_t) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Copy for HeatSinkModel_t[src]
impl Clone for HeatSinkModel_t[src]
fn clone(&self) -> HeatSinkModel_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