Struct i_slint_compiler::layout::LayoutItem
source · pub struct LayoutItem {
pub element: ElementRc,
pub constraints: LayoutConstraints,
}
Expand description
An Item in the layout tree
Fields§
§element: ElementRc
§constraints: LayoutConstraints
Implementations§
source§impl LayoutItem
impl LayoutItem
pub fn rect(&self) -> LayoutRect
Trait Implementations§
source§impl Clone for LayoutItem
impl Clone for LayoutItem
source§fn clone(&self) -> LayoutItem
fn clone(&self) -> LayoutItem
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 LayoutItem
impl Debug for LayoutItem
source§impl Default for LayoutItem
impl Default for LayoutItem
source§fn default() -> LayoutItem
fn default() -> LayoutItem
Returns the “default value” for a type. Read more