Enum sixtyfps_compilerlib::layout::Layout [−][src]
pub enum Layout { GridLayout(GridLayout), PathLayout(PathLayout), BoxLayout(BoxLayout), }
Variants
GridLayout(GridLayout)
PathLayout(PathLayout)
BoxLayout(BoxLayout)
Implementations
impl Layout
[src]
impl Layout
[src]pub fn rect(&self) -> &LayoutRect
[src]
Trait Implementations
impl From<GridLayout> for Layout
[src]
impl From<GridLayout> for Layout
[src]fn from(original: GridLayout) -> Layout
[src]
impl From<PathLayout> for Layout
[src]
impl From<PathLayout> for Layout
[src]fn from(original: PathLayout) -> Layout
[src]
Auto Trait Implementations
impl !RefUnwindSafe for Layout
impl !RefUnwindSafe for Layout
impl !UnwindSafe for Layout
impl !UnwindSafe for Layout