pub struct LayoutConstraint {
pub vertical: LayoutConstraintVertical,
pub horizontal: LayoutConstraintHorizontal,
}Expand description
Layout constraint relative to containing Frame
Fields§
§vertical: LayoutConstraintVertical§horizontal: LayoutConstraintHorizontalTrait Implementations§
Source§impl Debug for LayoutConstraint
impl Debug for LayoutConstraint
Source§impl<'de> Deserialize<'de> for LayoutConstraint
impl<'de> Deserialize<'de> for LayoutConstraint
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
Auto Trait Implementations§
impl Freeze for LayoutConstraint
impl RefUnwindSafe for LayoutConstraint
impl Send for LayoutConstraint
impl Sync for LayoutConstraint
impl Unpin for LayoutConstraint
impl UnwindSafe for LayoutConstraint
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