Struct oxygengine_user_interface::widget::unit::size::SizeBoxNode [−][src]
pub struct SizeBoxNode {
pub id: WidgetId,
pub props: Props,
pub slot: Box<WidgetNode, Global>,
pub width: SizeBoxSizeValue,
pub height: SizeBoxSizeValue,
pub margin: Rect,
pub transform: Transform,
}Fields
id: WidgetIdprops: Propsslot: Box<WidgetNode, Global>width: SizeBoxSizeValueheight: SizeBoxSizeValuemargin: Recttransform: TransformImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for SizeBoxNodeimpl Send for SizeBoxNodeimpl Sync for SizeBoxNodeimpl Unpin for SizeBoxNodeimpl !UnwindSafe for SizeBoxNodeBlanket Implementations
Mutably borrows from an owned value. Read more