Struct i_slint_compiler::llr::RepeatedElement
source · pub struct RepeatedElement {
pub model: MutExpression,
pub index_prop: Option<PropertyIndex>,
pub data_prop: Option<PropertyIndex>,
pub sub_tree: ItemTree,
pub index_in_tree: usize,
pub listview: Option<ListViewInfo>,
}
Fields§
§model: MutExpression
§index_prop: Option<PropertyIndex>
Within the sub_tree’s root component
data_prop: Option<PropertyIndex>
Within the sub_tree’s root component
sub_tree: ItemTree
§index_in_tree: usize
The index of the item node in the parent tree
listview: Option<ListViewInfo>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RepeatedElement
impl !Send for RepeatedElement
impl !Sync for RepeatedElement
impl Unpin for RepeatedElement
impl !UnwindSafe for RepeatedElement
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