pub struct Stack { /* private fields */ }
Expand description
Stack arranger.
Implementations§
Source§impl Stack
impl Stack
Sourcepub fn with_options(options: StackOptions) -> Self
pub fn with_options(options: StackOptions) -> Self
Create a stack with the provided options.
Sourcepub fn with_options_ptr(options: StackOptions) -> ArrangerPtr
pub fn with_options_ptr(options: StackOptions) -> ArrangerPtr
Create a boxed stack with the provided options.
Sourcepub fn new_ptr() -> ArrangerPtr
pub fn new_ptr() -> ArrangerPtr
Create a boxed stack with the the default options.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stack
impl RefUnwindSafe for Stack
impl Send for Stack
impl Sync for Stack
impl Unpin for Stack
impl UnwindSafe for Stack
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