Struct i_slint_compiler::layout::BoxLayout
source · pub struct BoxLayout {
pub orientation: Orientation,
pub elems: Vec<LayoutItem>,
pub geometry: LayoutGeometry,
}
Expand description
Internal representation of a BoxLayout
Fields§
§orientation: Orientation
Whether, this is a HorizontalLayout, otherwise a VerticalLayout
elems: Vec<LayoutItem>
§geometry: LayoutGeometry
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for BoxLayout
impl !Send for BoxLayout
impl !Sync for BoxLayout
impl Unpin for BoxLayout
impl !UnwindSafe for BoxLayout
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