Enum atk_sys::AtkValueType
[−]
[src]
#[repr(C)]pub enum AtkValueType { VeryWeak, Weak, Acceptable, Strong, VeryStrong, VeryLow, Low, Medium, High, VeryHigh, VeryBad, Bad, Good, VeryGood, Best, LastDefined, }
Variants
VeryWeak
Weak
Acceptable
Strong
VeryStrong
VeryLow
Low
Medium
High
VeryHigh
VeryBad
Bad
Good
VeryGood
Best
LastDefined
Trait Implementations
impl Clone for AtkValueType
[src]
fn clone(&self) -> AtkValueType
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