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
Auto Trait Implementations§
impl !RefUnwindSafe for LayoutItem
impl !Send for LayoutItem
impl !Sync for LayoutItem
impl Unpin for LayoutItem
impl !UnwindSafe for LayoutItem
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