pub struct FlexBoxItemNode {
pub slot: WidgetNode,
pub layout: FlexBoxItemLayout,
}
Fields§
§slot: WidgetNode
§layout: FlexBoxItemLayout
Trait Implementations§
Source§impl Clone for FlexBoxItemNode
impl Clone for FlexBoxItemNode
Source§fn clone(&self) -> FlexBoxItemNode
fn clone(&self) -> FlexBoxItemNode
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 FlexBoxItemNode
impl Debug for FlexBoxItemNode
Source§impl Default for FlexBoxItemNode
impl Default for FlexBoxItemNode
Source§fn default() -> FlexBoxItemNode
fn default() -> FlexBoxItemNode
Returns the “default value” for a type. Read more
Source§impl TryFrom<FlexBoxItemNode> for FlexBoxItem
impl TryFrom<FlexBoxItemNode> for FlexBoxItem
Source§fn try_from(
node: FlexBoxItemNode,
) -> Result<FlexBoxItem, <FlexBoxItem as TryFrom<FlexBoxItemNode>>::Error>
fn try_from( node: FlexBoxItemNode, ) -> Result<FlexBoxItem, <FlexBoxItem as TryFrom<FlexBoxItemNode>>::Error>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for FlexBoxItemNode
impl !RefUnwindSafe for FlexBoxItemNode
impl Send for FlexBoxItemNode
impl Sync for FlexBoxItemNode
impl Unpin for FlexBoxItemNode
impl !UnwindSafe for FlexBoxItemNode
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