#[repr(C)]pub struct DpsIndication { /* private fields */ }
Expand description
MLME DPS Indication which indicates the expiration of the DPSIndexDuration and the resetting of the DPS values in the PHY
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DpsIndication
impl RefUnwindSafe for DpsIndication
impl Send for DpsIndication
impl Sync for DpsIndication
impl Unpin for DpsIndication
impl UnwindSafe for DpsIndication
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