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: boolWhen true, this is a HorizonalLayout, otherwise a VerticalLayout
elems: Vec<LayoutItem>geometry: LayoutGeometryTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for BoxLayout
impl !RefUnwindSafe for BoxLayoutimpl !UnwindSafe for BoxLayout
impl !UnwindSafe for BoxLayout