Struct raui_core::widget::component::RelativeLayoutProps   
source · pub struct RelativeLayoutProps {
    pub relative_to: WidgetIdOrRef,
}Fields§
§relative_to: WidgetIdOrRefTrait Implementations§
source§impl Clone for RelativeLayoutProps
 
impl Clone for RelativeLayoutProps
source§fn clone(&self) -> RelativeLayoutProps
 
fn clone(&self) -> RelativeLayoutProps
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 RelativeLayoutProps
 
impl Debug for RelativeLayoutProps
source§impl Default for RelativeLayoutProps
 
impl Default for RelativeLayoutProps
source§fn default() -> RelativeLayoutProps
 
fn default() -> RelativeLayoutProps
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RelativeLayoutProps
 
impl<'de> Deserialize<'de> for RelativeLayoutProps
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 RelativeLayoutProps
 
impl Prefab for RelativeLayoutProps
fn from_prefab(data: PrefabValue) -> Result<Self, PrefabError>
fn to_prefab(&self) -> Result<PrefabValue, PrefabError>
source§impl PropsData for RelativeLayoutPropswhere
    Self: Clone,
 
impl PropsData for RelativeLayoutPropswhere Self: Clone,
Auto Trait Implementations§
impl RefUnwindSafe for RelativeLayoutProps
impl Send for RelativeLayoutProps
impl Sync for RelativeLayoutProps
impl Unpin for RelativeLayoutProps
impl UnwindSafe for RelativeLayoutProps
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