#[repr(C)]pub struct ResetConfirm {
pub status: MacStatus,
/* private fields */
}
Expand description
MLME RESET Confirm which is used to report the results of the reset operation
Fields§
§status: MacStatus
The result of the reset operation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResetConfirm
impl RefUnwindSafe for ResetConfirm
impl Send for ResetConfirm
impl Sync for ResetConfirm
impl Unpin for ResetConfirm
impl UnwindSafe for ResetConfirm
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