Enum zui_widgets::layout::Constraint [−][src]
Variants
Percentage(u16)
Tuple Fields of Percentage
0: u16
Length(u16)
Tuple Fields of Length
0: u16
Max(u16)
Tuple Fields of Max
0: u16
Min(u16)
Tuple Fields of Min
0: u16
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for Constraint
impl Send for Constraint
impl Sync for Constraint
impl Unpin for Constraint
impl UnwindSafe for Constraint
Blanket Implementations
Mutably borrows from an owned value. Read more