Enum sixtyfps_compilerlib::layout::Layout [−][src]
pub enum Layout { GridLayout(GridLayout), PathLayout(PathLayout), BoxLayout(BoxLayout), }
Variants
Tuple Fields of GridLayout
0: GridLayout
Tuple Fields of PathLayout
0: PathLayout
Tuple Fields of BoxLayout
0: BoxLayout
Implementations
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