Struct oxygengine_user_interface::widget::unit::content::ContentBoxItem
source · [−]pub struct ContentBoxItem {
pub slot: WidgetUnit,
pub layout: ContentBoxItemLayout,
}
Fields
slot: WidgetUnit
layout: ContentBoxItemLayout
Trait Implementations
sourceimpl Clone for ContentBoxItem
impl Clone for ContentBoxItem
sourcefn clone(&self) -> ContentBoxItem
fn clone(&self) -> ContentBoxItem
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 ContentBoxItem
impl Debug for ContentBoxItem
sourceimpl Default for ContentBoxItem
impl Default for ContentBoxItem
sourcefn default() -> ContentBoxItem
fn default() -> ContentBoxItem
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ContentBoxItem
impl<'de> Deserialize<'de> for ContentBoxItem
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<ContentBoxItem, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<ContentBoxItem, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for ContentBoxItem
impl Serialize for ContentBoxItem
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. 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 ContentBoxItem
impl Send for ContentBoxItem
impl Sync for ContentBoxItem
impl Unpin for ContentBoxItem
impl UnwindSafe for ContentBoxItem
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