Struct i_slint_compiler::langtype::EnumerationValue
source · pub struct EnumerationValue {
pub value: usize,
pub enumeration: Rc<Enumeration>,
}
Fields§
§value: usize
§enumeration: Rc<Enumeration>
Implementations§
source§impl EnumerationValue
impl EnumerationValue
pub fn to_pascal_case(&self) -> String
Trait Implementations§
source§impl Clone for EnumerationValue
impl Clone for EnumerationValue
source§fn clone(&self) -> EnumerationValue
fn clone(&self) -> EnumerationValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more