Struct sixtyfps_compilerlib::layout::LayoutGeometry [−][src]
pub struct LayoutGeometry {
pub rect: LayoutRect,
pub spacing: Option<NamedReference>,
pub alignment: Option<NamedReference>,
pub padding: Padding,
pub materialized_constraints: LayoutConstraints,
}Fields
rect: LayoutRectspacing: Option<NamedReference>alignment: Option<NamedReference>padding: Paddingmaterialized_constraints: LayoutConstraintsThis contains the reference of properties of the materialized properties who don’t have explicit binding and must therefore need to be set
Implementations
impl LayoutGeometry[src]
impl LayoutGeometry[src]Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for LayoutGeometry
impl !RefUnwindSafe for LayoutGeometryimpl !Send for LayoutGeometry
impl !Send for LayoutGeometryimpl !Sync for LayoutGeometry
impl !Sync for LayoutGeometryimpl Unpin for LayoutGeometry
impl Unpin for LayoutGeometryimpl !UnwindSafe for LayoutGeometry
impl !UnwindSafe for LayoutGeometry