#[repr(C)]pub struct DpsConfirm {
pub status: MacStatus,
/* private fields */
}
Expand description
MLME DPS Confirm which reports the results of the attempt to enable or disable the DPS
Fields§
§status: MacStatus
The status of the DPS request
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DpsConfirm
impl RefUnwindSafe for DpsConfirm
impl Send for DpsConfirm
impl Sync for DpsConfirm
impl Unpin for DpsConfirm
impl UnwindSafe for DpsConfirm
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