pub struct VStackOptions { /* private fields */ }
Expand description
Options for VStack
.
Trait Implementations§
Source§impl Debug for VStackOptions
impl Debug for VStackOptions
Auto Trait Implementations§
impl Freeze for VStackOptions
impl RefUnwindSafe for VStackOptions
impl Send for VStackOptions
impl Sync for VStackOptions
impl Unpin for VStackOptions
impl UnwindSafe for VStackOptions
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