pub struct ContentBoxItemNode {
pub slot: WidgetNode,
pub layout: ContentBoxItemLayout,
}
Fields§
§slot: WidgetNode
§layout: ContentBoxItemLayout
Trait Implementations§
source§impl Clone for ContentBoxItemNode
impl Clone for ContentBoxItemNode
source§fn clone(&self) -> ContentBoxItemNode
fn clone(&self) -> ContentBoxItemNode
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 ContentBoxItemNode
impl Debug for ContentBoxItemNode
source§impl Default for ContentBoxItemNode
impl Default for ContentBoxItemNode
source§fn default() -> ContentBoxItemNode
fn default() -> ContentBoxItemNode
Returns the “default value” for a type. Read more
source§impl TryFrom<ContentBoxItemNode> for ContentBoxItem
impl TryFrom<ContentBoxItemNode> for ContentBoxItem
Auto Trait Implementations§
impl !RefUnwindSafe for ContentBoxItemNode
impl Send for ContentBoxItemNode
impl Sync for ContentBoxItemNode
impl Unpin for ContentBoxItemNode
impl !UnwindSafe for ContentBoxItemNode
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