Struct i_slint_compiler::llr::PropAnalysis
source · pub struct PropAnalysis {
pub property_init: Option<usize>,
pub analysis: PropertyAnalysis,
}
Fields§
§property_init: Option<usize>
Index in SubComponent::property_init for this property
analysis: PropertyAnalysis
Trait Implementations§
source§impl Clone for PropAnalysis
impl Clone for PropAnalysis
source§fn clone(&self) -> PropAnalysis
fn clone(&self) -> PropAnalysis
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