#[repr(C)]pub struct PurgeConfirm {
pub msdu_handle: u8,
pub status: MacStatus,
/* private fields */
}
Expand description
MCPS PURGE Confirm which will be used by the MAC to notify the application of the status of its request to purge an MSDU from the transaction queue
Fields§
§msdu_handle: u8
Handle associated with the MSDU requested to be purged from the transaction queue
status: MacStatus
The status of the request
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PurgeConfirm
impl RefUnwindSafe for PurgeConfirm
impl Send for PurgeConfirm
impl Sync for PurgeConfirm
impl Unpin for PurgeConfirm
impl UnwindSafe for PurgeConfirm
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