Struct raui_core::widget::unit::grid::GridBoxItemNode [−][src]
pub struct GridBoxItemNode { pub slot: WidgetNode, pub layout: GridBoxItemLayout, }
Fields
slot: WidgetNode
layout: GridBoxItemLayout
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for GridBoxItemNode
impl Send for GridBoxItemNode
impl Sync for GridBoxItemNode
impl Unpin for GridBoxItemNode
impl !UnwindSafe for GridBoxItemNode
Blanket Implementations
Mutably borrows from an owned value. Read more