pub struct Flex {
pub amount: f32,
pub is_tight: bool,
}
Expand description
The flex value of a view.
Fields§
§amount: f32
The flex value.
is_tight: bool
Whether the view is tight.
Trait Implementations§
impl Copy for Flex
Auto Trait Implementations§
impl Freeze for Flex
impl RefUnwindSafe for Flex
impl Send for Flex
impl Sync for Flex
impl Unpin for Flex
impl UnwindSafe for Flex
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