pub struct NetworkInitResult {
pub status: NetworkStatus,
}๐Deprecated: Network init moved to post-EBS. Use bare_metal_main() instead.
Expand description
Network initialization result (DEPRECATED).
This type is kept for API compatibility but NetworkInit::initialize()
always returns an error directing callers to use post-EBS flow.
Fieldsยง
ยงstatus: NetworkStatus๐Deprecated: Network init moved to post-EBS. Use bare_metal_main() instead.
Network status with IP info.
Auto Trait Implementationsยง
impl Freeze for NetworkInitResult
impl RefUnwindSafe for NetworkInitResult
impl Send for NetworkInitResult
impl Sync for NetworkInitResult
impl Unpin for NetworkInitResult
impl UnwindSafe for NetworkInitResult
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