Re-exports§
pub extern crate alloc;
Modules§
Macros§
Structs§
- BoxConstraints
- Immutable layout constraints for
RenderBox
layout. - Build
Context - Configuration
- Configuration host structure.
- Handle
- Event handler wrapper class that implements trait
Debug
and traitPartialEq
- Offset
- An immutable 2D floating-point offset.
- Render
Object - Element wrapper
- Size
Enums§
- Constraints
- Variant of layout constraints.
- KeyPath
- identity of render element in the view tree
- View
- Variant for
Configuration
Traits§
- AnyEq
- Configuration PartialEq trait.
- Into
Render Object Configuration - Convert configuration into
RenderObjectConfiguration
- Into
Stateful Configuration - Convert configuration into
StatefulConfiguration
- Into
Stateless Configuration - Convert configuration into
StatelessConfiguration
- Into
View - Render
Object Configuration - RenderObjectConfiguration element configuration trait.
- Render
Object Lifecycle - Render object lifecycle trait.
- State
- Stateful element state object, created by
StatefulConfiguration
- Stateful
Configuration - Stateful element configuration trait.
- Stateless
Configuration - Stateless element configuration trait.
- ToAny