Struct oxygengine_user_interface::raui::core::prelude::GridBoxItemLayout [−][src]
pub struct GridBoxItemLayout {
pub space_occupancy: IntRect,
pub margin: Rect,
pub horizontal_align: f32,
pub vertical_align: f32,
}Fields
space_occupancy: IntRectmargin: Recthorizontal_align: f32vertical_align: f32Trait Implementations
impl Clone for GridBoxItemLayout[src]
impl Clone for GridBoxItemLayout[src]pub fn clone(&self) -> GridBoxItemLayout[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for GridBoxItemLayout[src]
impl Debug for GridBoxItemLayout[src]impl Default for GridBoxItemLayout[src]
impl Default for GridBoxItemLayout[src]pub fn default() -> GridBoxItemLayout[src]
impl<'de> Deserialize<'de> for GridBoxItemLayout[src]
impl<'de> Deserialize<'de> for GridBoxItemLayout[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<GridBoxItemLayout, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<GridBoxItemLayout, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Prefab for GridBoxItemLayout[src]
impl Prefab for GridBoxItemLayout[src]pub fn from_prefab(data: Value) -> Result<Self, PrefabError>[src]
pub fn to_prefab(&self) -> Result<Value, PrefabError>[src]
impl PropsData for GridBoxItemLayout where
GridBoxItemLayout: Clone, [src]
impl PropsData for GridBoxItemLayout where
GridBoxItemLayout: Clone, [src]impl Serialize for GridBoxItemLayout[src]
impl Serialize for GridBoxItemLayout[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 GridBoxItemLayout
impl RefUnwindSafe for GridBoxItemLayoutimpl Send for GridBoxItemLayout
impl Send for GridBoxItemLayoutimpl Sync for GridBoxItemLayout
impl Sync for GridBoxItemLayoutimpl Unpin for GridBoxItemLayout
impl Unpin for GridBoxItemLayoutimpl UnwindSafe for GridBoxItemLayout
impl UnwindSafe for GridBoxItemLayoutBlanket 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,