Enum tk::ext::VBoxResize
source · pub enum VBoxResize {
Both,
North,
South,
}
Expand description
Defines the behaviour on VBox’s resizing:
HBoxResize::Both
, resize both west and east frames
HBoxResize::North
, resize north frame while leave south frame unchanged.
HBoxResize::South
, resize south frame while leave north frame unchanged.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for VBoxResize
impl Send for VBoxResize
impl Sync for VBoxResize
impl Unpin for VBoxResize
impl UnwindSafe for VBoxResize
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