pub struct VerticalBoxProps {
pub separation: Scalar,
pub reversed: bool,
pub override_slots_layout: Option<FlexBoxItemLayout>,
pub transform: Transform,
}Fields§
§separation: Scalar§reversed: bool§override_slots_layout: Option<FlexBoxItemLayout>§transform: TransformTrait Implementations§
Source§impl Clone for VerticalBoxProps
impl Clone for VerticalBoxProps
Source§fn clone(&self) -> VerticalBoxProps
fn clone(&self) -> VerticalBoxProps
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VerticalBoxProps
impl Debug for VerticalBoxProps
Source§impl Default for VerticalBoxProps
impl Default for VerticalBoxProps
Source§fn default() -> VerticalBoxProps
fn default() -> VerticalBoxProps
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VerticalBoxProps
impl<'de> Deserialize<'de> for VerticalBoxProps
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Prefab for VerticalBoxProps
impl Prefab for VerticalBoxProps
fn from_prefab(data: PrefabValue) -> Result<Self, PrefabError>
fn to_prefab(&self) -> Result<PrefabValue, PrefabError>
Source§impl PropsData for VerticalBoxPropswhere
Self: Clone,
impl PropsData for VerticalBoxPropswhere
Self: Clone,
Auto Trait Implementations§
impl Freeze for VerticalBoxProps
impl RefUnwindSafe for VerticalBoxProps
impl Send for VerticalBoxProps
impl Sync for VerticalBoxProps
impl Unpin for VerticalBoxProps
impl UnwindSafe for VerticalBoxProps
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more