Struct oxygengine_user_interface::raui::core::prelude::FlexBoxItemLayout [−][src]
pub struct FlexBoxItemLayout {
pub basis: Option<f32>,
pub fill: f32,
pub grow: f32,
pub shrink: f32,
pub margin: Rect,
pub align: f32,
}Fields
basis: Option<f32>fill: f32grow: f32shrink: f32margin: Rectalign: f32Trait Implementations
impl Clone for FlexBoxItemLayout[src]
impl Clone for FlexBoxItemLayout[src]pub fn clone(&self) -> FlexBoxItemLayout[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for FlexBoxItemLayout[src]
impl Debug for FlexBoxItemLayout[src]impl Default for FlexBoxItemLayout[src]
impl Default for FlexBoxItemLayout[src]pub fn default() -> FlexBoxItemLayout[src]
impl<'de> Deserialize<'de> for FlexBoxItemLayout[src]
impl<'de> Deserialize<'de> for FlexBoxItemLayout[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<FlexBoxItemLayout, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<FlexBoxItemLayout, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Prefab for FlexBoxItemLayout[src]
impl Prefab for FlexBoxItemLayout[src]pub fn from_prefab(data: Value) -> Result<Self, PrefabError>[src]
pub fn to_prefab(&self) -> Result<Value, PrefabError>[src]
impl PropsData for FlexBoxItemLayout where
FlexBoxItemLayout: Clone, [src]
impl PropsData for FlexBoxItemLayout where
FlexBoxItemLayout: Clone, [src]impl Serialize for FlexBoxItemLayout[src]
impl Serialize for FlexBoxItemLayout[src]pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Auto Trait Implementations
impl RefUnwindSafe for FlexBoxItemLayout
impl RefUnwindSafe for FlexBoxItemLayoutimpl Send for FlexBoxItemLayout
impl Send for FlexBoxItemLayoutimpl Sync for FlexBoxItemLayout
impl Sync for FlexBoxItemLayoutimpl Unpin for FlexBoxItemLayout
impl Unpin for FlexBoxItemLayoutimpl UnwindSafe for FlexBoxItemLayout
impl UnwindSafe for FlexBoxItemLayoutBlanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeId
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> TryDefault for T where
T: Default,
impl<T> TryDefault for T where
T: Default,