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: LayoutRect
spacing: Option<NamedReference>
alignment: Option<NamedReference>
padding: Padding
materialized_constraints: LayoutConstraints
This 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 LayoutGeometry
impl !Send for LayoutGeometry
impl !Send for LayoutGeometry
impl !Sync for LayoutGeometry
impl !Sync for LayoutGeometry
impl Unpin for LayoutGeometry
impl Unpin for LayoutGeometry
impl !UnwindSafe for LayoutGeometry
impl !UnwindSafe for LayoutGeometry