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
Source§fn try_from(
node: ContentBoxItemNode,
) -> Result<ContentBoxItem, <ContentBoxItem as TryFrom<ContentBoxItemNode>>::Error>
fn try_from( node: ContentBoxItemNode, ) -> Result<ContentBoxItem, <ContentBoxItem as TryFrom<ContentBoxItemNode>>::Error>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ContentBoxItemNode
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