Enum sixtyfps_compilerlib::layout::Layout [−][src]
pub enum Layout {
GridLayout(GridLayout),
PathLayout(PathLayout),
BoxLayout(BoxLayout),
}Variants
GridLayout(GridLayout)Tuple Fields of GridLayout
0: GridLayoutPathLayout(PathLayout)Tuple Fields of PathLayout
0: PathLayoutBoxLayout(BoxLayout)Tuple Fields of BoxLayout
0: BoxLayoutImplementations
Call the visitor for each NamedReference stored in the layout
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Layout
impl !UnwindSafe for Layout
Blanket Implementations
Mutably borrows from an owned value. Read more