Struct oxygengine_user_interface::raui::core::prelude::ContentBoxItemLayout [−][src]
pub struct ContentBoxItemLayout {
pub anchors: Rect,
pub margin: Rect,
pub align: Vec2,
pub offset: Vec2,
pub depth: f32,
}Fields
anchors: Rectmargin: Rectalign: Vec2offset: Vec2depth: f32Trait Implementations
impl Clone for ContentBoxItemLayout[src]
impl Clone for ContentBoxItemLayout[src]pub fn clone(&self) -> ContentBoxItemLayout[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ContentBoxItemLayout[src]
impl Debug for ContentBoxItemLayout[src]impl Default for ContentBoxItemLayout[src]
impl Default for ContentBoxItemLayout[src]pub fn default() -> ContentBoxItemLayout[src]
impl<'de> Deserialize<'de> for ContentBoxItemLayout[src]
impl<'de> Deserialize<'de> for ContentBoxItemLayout[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<ContentBoxItemLayout, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<ContentBoxItemLayout, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Prefab for ContentBoxItemLayout[src]
impl Prefab for ContentBoxItemLayout[src]pub fn from_prefab(data: Value) -> Result<Self, PrefabError>[src]
pub fn to_prefab(&self) -> Result<Value, PrefabError>[src]
impl PropsData for ContentBoxItemLayout where
ContentBoxItemLayout: Clone, [src]
impl PropsData for ContentBoxItemLayout where
ContentBoxItemLayout: Clone, [src]impl Serialize for ContentBoxItemLayout[src]
impl Serialize for ContentBoxItemLayout[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 ContentBoxItemLayout
impl RefUnwindSafe for ContentBoxItemLayoutimpl Send for ContentBoxItemLayout
impl Send for ContentBoxItemLayoutimpl Sync for ContentBoxItemLayout
impl Sync for ContentBoxItemLayoutimpl Unpin for ContentBoxItemLayout
impl Unpin for ContentBoxItemLayoutimpl UnwindSafe for ContentBoxItemLayout
impl UnwindSafe for ContentBoxItemLayoutBlanket 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,