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