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 moreAuto Trait Implementations§
impl RefUnwindSafe for PropAnalysis
impl Send for PropAnalysis
impl Sync for PropAnalysis
impl Unpin for PropAnalysis
impl UnwindSafe for PropAnalysis
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