Struct raui_core::widget::unit::grid::GridBoxItemLayout [−][src]
pub struct GridBoxItemLayout {
pub space_occupancy: IntRect,
pub margin: Rect,
pub horizontal_align: Scalar,
pub vertical_align: Scalar,
}Fields
space_occupancy: IntRectmargin: Recthorizontal_align: Scalarvertical_align: ScalarTrait Implementations
impl Clone for GridBoxItemLayout[src]
impl Clone for GridBoxItemLayout[src]fn clone(&self) -> GridBoxItemLayout[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for GridBoxItemLayout[src]
impl Default for GridBoxItemLayout[src]fn default() -> GridBoxItemLayout[src]
impl<'de> Deserialize<'de> for GridBoxItemLayout[src]
impl<'de> Deserialize<'de> for GridBoxItemLayout[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Prefab for GridBoxItemLayout[src]
impl Prefab for GridBoxItemLayout[src]fn from_prefab(data: PrefabValue) -> Result<Self, PrefabError>[src]
fn to_prefab(&self) -> Result<PrefabValue, PrefabError>[src]
impl PropsData for GridBoxItemLayout where
Self: Clone, [src]
impl PropsData for GridBoxItemLayout where
Self: Clone, [src]impl Serialize for GridBoxItemLayout[src]
impl Serialize for GridBoxItemLayout[src]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> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]