Struct oxygengine_user_interface::widget::unit::content::ContentBoxItemNode [−][src]
pub struct ContentBoxItemNode {
pub slot: WidgetNode,
pub layout: ContentBoxItemLayout,
}
Fields
slot: WidgetNode
layout: ContentBoxItemLayout
Trait Implementations
Returns the “default value” for a type. Read more
pub fn try_from(
node: ContentBoxItemNode
) -> Result<ContentBoxItem, <ContentBoxItem as TryFrom<ContentBoxItemNode>>::Error>
pub fn try_from(
node: ContentBoxItemNode
) -> Result<ContentBoxItem, <ContentBoxItem as TryFrom<ContentBoxItemNode>>::Error>
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ContentBoxItemNode
impl Send for ContentBoxItemNode
impl Sync for ContentBoxItemNode
impl Unpin for ContentBoxItemNode
impl !UnwindSafe for ContentBoxItemNode
Blanket Implementations
Mutably borrows from an owned value. Read more