Struct oxygengine_user_interface::widget::unit::area::AreaBoxNode
source · [−]pub struct AreaBoxNode {
pub id: WidgetId,
pub slot: Box<WidgetNode, Global>,
pub renderer_effect: Option<AreaBoxRendererEffect>,
}
Fields
id: WidgetId
slot: Box<WidgetNode, Global>
renderer_effect: Option<AreaBoxRendererEffect>
Trait Implementations
sourceimpl Clone for AreaBoxNode
impl Clone for AreaBoxNode
sourcefn clone(&self) -> AreaBoxNode
fn clone(&self) -> AreaBoxNode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AreaBoxNode
impl Debug for AreaBoxNode
sourceimpl Default for AreaBoxNode
impl Default for AreaBoxNode
sourcefn default() -> AreaBoxNode
fn default() -> AreaBoxNode
Returns the “default value” for a type. Read more
sourceimpl From<AreaBoxNode> for WidgetNode
impl From<AreaBoxNode> for WidgetNode
sourcefn from(data: AreaBoxNode) -> WidgetNode
fn from(data: AreaBoxNode) -> WidgetNode
Converts to this type from the input type.
sourceimpl From<AreaBoxNode> for WidgetUnitNode
impl From<AreaBoxNode> for WidgetUnitNode
sourcefn from(unit: AreaBoxNode) -> WidgetUnitNode
fn from(unit: AreaBoxNode) -> WidgetUnitNode
Converts to this type from the input type.
sourceimpl TryFrom<AreaBoxNode> for AreaBox
impl TryFrom<AreaBoxNode> for AreaBox
Auto Trait Implementations
impl !RefUnwindSafe for AreaBoxNode
impl Send for AreaBoxNode
impl Sync for AreaBoxNode
impl Unpin for AreaBoxNode
impl !UnwindSafe for AreaBoxNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more