Struct netstack3_core::StackState
source · pub struct StackState<C: NonSyncContext> { /* private fields */ }
Expand description
The state associated with the network stack.
Trait Implementations§
source§impl<C: NonSyncContext + Default> Default for StackState<C>
impl<C: NonSyncContext + Default> Default for StackState<C>
source§fn default() -> StackState<C>
fn default() -> StackState<C>
Returns the “default value” for a type. Read more