Struct raui_core::widget::component::containers::vertical_box::VerticalBoxProps [−][src]
pub struct VerticalBoxProps {
pub separation: Scalar,
pub reversed: bool,
pub transform: Transform,
}Fields
separation: Scalarreversed: booltransform: TransformTrait Implementations
impl Clone for VerticalBoxProps[src]
impl Clone for VerticalBoxProps[src]fn clone(&self) -> VerticalBoxProps[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for VerticalBoxProps[src]
impl Default for VerticalBoxProps[src]fn default() -> VerticalBoxProps[src]
impl<'de> Deserialize<'de> for VerticalBoxProps[src]
impl<'de> Deserialize<'de> for VerticalBoxProps[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Prefab for VerticalBoxProps[src]
impl Prefab for VerticalBoxProps[src]fn from_prefab(data: PrefabValue) -> Result<Self, PrefabError>[src]
fn to_prefab(&self) -> Result<PrefabValue, PrefabError>[src]
impl PropsData for VerticalBoxProps where
Self: Clone, [src]
impl PropsData for VerticalBoxProps where
Self: Clone, [src]impl Serialize for VerticalBoxProps[src]
impl Serialize for VerticalBoxProps[src]Auto Trait Implementations
impl RefUnwindSafe for VerticalBoxProps
impl RefUnwindSafe for VerticalBoxPropsimpl Send for VerticalBoxProps
impl Send for VerticalBoxPropsimpl Sync for VerticalBoxProps
impl Sync for VerticalBoxPropsimpl Unpin for VerticalBoxProps
impl Unpin for VerticalBoxPropsimpl UnwindSafe for VerticalBoxProps
impl UnwindSafe for VerticalBoxPropsBlanket 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]