pub struct StackResources<const SOCK: usize> { /* private fields */ }
Expand description
Memory resources needed for a network stack.
Implementations§
Auto Trait Implementations§
impl<const SOCK: usize> !Freeze for StackResources<SOCK>
impl<const SOCK: usize> !RefUnwindSafe for StackResources<SOCK>
impl<const SOCK: usize> !Send for StackResources<SOCK>
impl<const SOCK: usize> !Sync for StackResources<SOCK>
impl<const SOCK: usize> Unpin for StackResources<SOCK>
impl<const SOCK: usize> !UnwindSafe for StackResources<SOCK>
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