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 moresource§impl Debug for EnumerationValue
impl Debug for EnumerationValue
source§impl Display for EnumerationValue
impl Display for EnumerationValue
Auto Trait Implementations§
impl !RefUnwindSafe for EnumerationValue
impl !Send for EnumerationValue
impl !Sync for EnumerationValue
impl Unpin for EnumerationValue
impl !UnwindSafe for EnumerationValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more