Struct oxygengine_user_interface::widget::unit::content::ContentBoxNode [−][src]
pub struct ContentBoxNode {
pub id: WidgetId,
pub props: Props,
pub items: Vec<ContentBoxItemNode, Global>,
pub clipping: bool,
pub transform: Transform,
}
Fields
id: WidgetId
props: Props
items: Vec<ContentBoxItemNode, Global>
clipping: bool
transform: Transform
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
Performs the conversion.
pub fn try_from(
node: ContentBoxNode
) -> Result<ContentBox, <ContentBox as TryFrom<ContentBoxNode>>::Error>
pub fn try_from(
node: ContentBoxNode
) -> Result<ContentBox, <ContentBox as TryFrom<ContentBoxNode>>::Error>
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ContentBoxNode
impl Send for ContentBoxNode
impl Sync for ContentBoxNode
impl Unpin for ContentBoxNode
impl !UnwindSafe for ContentBoxNode
Blanket Implementations
Mutably borrows from an owned value. Read more