Struct oxygengine_user_interface::widget::unit::flex::FlexBoxItemNode
source · [−]pub struct FlexBoxItemNode {
pub slot: WidgetNode,
pub layout: FlexBoxItemLayout,
}
Fields
slot: WidgetNode
layout: FlexBoxItemLayout
Trait Implementations
sourceimpl Clone for FlexBoxItemNode
impl Clone for FlexBoxItemNode
sourcefn clone(&self) -> FlexBoxItemNode
fn clone(&self) -> FlexBoxItemNode
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 FlexBoxItemNode
impl Debug for FlexBoxItemNode
sourceimpl Default for FlexBoxItemNode
impl Default for FlexBoxItemNode
sourcefn default() -> FlexBoxItemNode
fn default() -> FlexBoxItemNode
Returns the “default value” for a type. Read more
sourceimpl TryFrom<FlexBoxItemNode> for FlexBoxItem
impl TryFrom<FlexBoxItemNode> for FlexBoxItem
sourcefn 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 !RefUnwindSafe for FlexBoxItemNode
impl Send for FlexBoxItemNode
impl Sync for FlexBoxItemNode
impl Unpin for FlexBoxItemNode
impl !UnwindSafe for FlexBoxItemNode
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