Struct sixtyfps_compilerlib::layout::BoxLayout [−][src]
pub struct BoxLayout { pub is_horizontal: bool, pub elems: Vec<LayoutItem>, pub geometry: LayoutGeometry, }
Internal representation of a BoxLayout
Fields
is_horizontal: bool
When true, this is a HorizonalLayout, otherwise a VerticalLayout
elems: Vec<LayoutItem>
geometry: LayoutGeometry
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for BoxLayout
impl !RefUnwindSafe for BoxLayout
impl !UnwindSafe for BoxLayout
impl !UnwindSafe for BoxLayout