pub struct FlexSize {
pub width: Dimension,
pub height: Dimension,
}Expand description
A 2D size expressed in flexible dimensions.
Fields§
§width: Dimension§height: DimensionImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlexSize
impl RefUnwindSafe for FlexSize
impl Send for FlexSize
impl Sync for FlexSize
impl Unpin for FlexSize
impl UnsafeUnpin for FlexSize
impl UnwindSafe for FlexSize
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