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: WidgetId
props: Props
slot: Box<WidgetNode, Global>
width: SizeBoxSizeValue
height: SizeBoxSizeValue
margin: Rect
transform: Transform
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for SizeBoxNode
impl Send for SizeBoxNode
impl Sync for SizeBoxNode
impl Unpin for SizeBoxNode
impl !UnwindSafe for SizeBoxNode
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more
impl<T> TryDefault for T where
T: Default,
impl<T> TryDefault for T where
T: Default,
pub fn try_default() -> Result<T, String>
pub fn try_default() -> Result<T, String>
Tries to create the default.
fn unwrap_default() -> Self
fn unwrap_default() -> Self
Calls try_default
and panics on an error case.