Struct i_slint_compiler::llr::ItemTree
source · pub struct ItemTree {
pub root: SubComponent,
pub tree: TreeNode,
pub parent_context: Option<String>,
}
Fields§
§root: SubComponent
§tree: TreeNode
§parent_context: Option<String>
This tree has a parent. e.g: it is a Repeater or a PopupMenu whose property can access the parent ItemTree. The String is the type of the parent ItemTree
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ItemTree
impl !Send for ItemTree
impl !Sync for ItemTree
impl Unpin for ItemTree
impl !UnwindSafe for ItemTree
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