pub struct SemanticFlexProps {
pub role: SemanticsRole,
pub flex: FlexProps,
}Fields§
§role: SemanticsRole§flex: FlexPropsTrait Implementations§
Source§impl Clone for SemanticFlexProps
impl Clone for SemanticFlexProps
Source§fn clone(&self) -> SemanticFlexProps
fn clone(&self) -> SemanticFlexProps
Returns a duplicate 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 SemanticFlexProps
impl Debug for SemanticFlexProps
impl Copy for SemanticFlexProps
Auto Trait Implementations§
impl Freeze for SemanticFlexProps
impl RefUnwindSafe for SemanticFlexProps
impl Send for SemanticFlexProps
impl Sync for SemanticFlexProps
impl Unpin for SemanticFlexProps
impl UnsafeUnpin for SemanticFlexProps
impl UnwindSafe for SemanticFlexProps
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