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