Struct raui_core::widget::unit::content::ContentBoxItem [−][src]
pub struct ContentBoxItem {
pub slot: WidgetUnit,
pub layout: ContentBoxItemLayout,
}Fields
slot: WidgetUnitlayout: ContentBoxItemLayoutTrait Implementations
impl Clone for ContentBoxItem[src]
impl Clone for ContentBoxItem[src]fn clone(&self) -> ContentBoxItem[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for ContentBoxItem[src]
impl Default for ContentBoxItem[src]fn default() -> ContentBoxItem[src]
impl<'de> Deserialize<'de> for ContentBoxItem[src]
impl<'de> Deserialize<'de> for ContentBoxItem[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for ContentBoxItem[src]
impl Serialize for ContentBoxItem[src]impl TryFrom<ContentBoxItemNode> for ContentBoxItem[src]
impl TryFrom<ContentBoxItemNode> for ContentBoxItem[src]Auto Trait Implementations
impl RefUnwindSafe for ContentBoxItem
impl RefUnwindSafe for ContentBoxItemimpl Send for ContentBoxItem
impl Send for ContentBoxItemimpl Sync for ContentBoxItem
impl Sync for ContentBoxItemimpl Unpin for ContentBoxItem
impl Unpin for ContentBoxItemimpl UnwindSafe for ContentBoxItem
impl UnwindSafe for ContentBoxItemBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]