pub struct SizeStyle {
pub width: Length,
pub height: Length,
pub min_width: Length,
pub max_width: Length,
pub min_height: Length,
pub max_height: Length,
}Fields§
§width: Length§height: Length§min_width: Length§max_width: Length§min_height: Length§max_height: LengthTrait Implementations§
impl StructuralPartialEq for SizeStyle
Auto Trait Implementations§
impl Freeze for SizeStyle
impl RefUnwindSafe for SizeStyle
impl Send for SizeStyle
impl Sync for SizeStyle
impl Unpin for SizeStyle
impl UnwindSafe for SizeStyle
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