pub struct AreaBoxNode {
pub id: WidgetId,
pub slot: Box<WidgetNode>,
}
Fields§
§id: WidgetId
§slot: Box<WidgetNode>
Trait Implementations§
source§impl Clone for AreaBoxNode
impl Clone for AreaBoxNode
source§fn clone(&self) -> AreaBoxNode
fn clone(&self) -> AreaBoxNode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AreaBoxNode
impl Debug for AreaBoxNode
source§impl Default for AreaBoxNode
impl Default for AreaBoxNode
source§fn default() -> AreaBoxNode
fn default() -> AreaBoxNode
Returns the “default value” for a type. Read more
source§impl From<AreaBoxNode> for WidgetNode
impl From<AreaBoxNode> for WidgetNode
source§fn from(data: AreaBoxNode) -> Self
fn from(data: AreaBoxNode) -> Self
Converts to this type from the input type.
source§impl From<AreaBoxNode> for WidgetUnitNode
impl From<AreaBoxNode> for WidgetUnitNode
source§fn from(unit: AreaBoxNode) -> Self
fn from(unit: AreaBoxNode) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AreaBoxNode
impl !RefUnwindSafe for AreaBoxNode
impl Send for AreaBoxNode
impl Sync for AreaBoxNode
impl Unpin for AreaBoxNode
impl !UnwindSafe for AreaBoxNode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)