pub struct StackSize { /* private fields */ }Expand description
StackSize specifies desired stack size for new task.
It defaults to what environment variable STUCK_STACK_SIZE specifies and
32KiB in 32-bit systems and 1MiB in 64-bit systems in case of absent.
Implementations§
Trait Implementations§
impl Copy for StackSize
Auto Trait Implementations§
impl Freeze for StackSize
impl RefUnwindSafe for StackSize
impl Send for StackSize
impl Sync for StackSize
impl Unpin for StackSize
impl UnwindSafe for StackSize
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