pub struct StackOptions {
pub expand: bool,
pub alignment: Alignment,
}
Expand description
Options for a stack arranger.
Fields§
§expand: bool
When true, expand the stack to use all the available space.
alignment: Alignment
How should the stack group members be aligned.
Trait Implementations§
Source§impl Debug for StackOptions
impl Debug for StackOptions
Source§impl Default for StackOptions
impl Default for StackOptions
Source§fn default() -> StackOptions
fn default() -> StackOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StackOptions
impl RefUnwindSafe for StackOptions
impl Send for StackOptions
impl Sync for StackOptions
impl Unpin for StackOptions
impl UnwindSafe for StackOptions
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