#[repr(C)]pub struct PurgeRequest {
pub msdu_handle: u8,
pub a_stuffing: [u8; 3],
}
Expand description
for MCPS PURGE Request used to purge an MSDU from the transaction queue
Fields§
§msdu_handle: u8
the handle associated with the MSDU to be purged from the transaction queue
a_stuffing: [u8; 3]
byte stuffing to keep 32 bit alignment
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PurgeRequest
impl RefUnwindSafe for PurgeRequest
impl Send for PurgeRequest
impl Sync for PurgeRequest
impl Unpin for PurgeRequest
impl UnwindSafe for PurgeRequest
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