#[repr(C)]pub struct DpsRequest {
pub a_stuffing: [u8; 1],
/* private fields */
}
Expand description
MLME DPS Request allows the next higher layer to request that the PHY utilize a given pair of preamble codes for a single use pending expiration of the DPSIndexDuration
Fields§
§a_stuffing: [u8; 1]
byte stuffing to keep 32 bit alignment
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DpsRequest
impl RefUnwindSafe for DpsRequest
impl Send for DpsRequest
impl Sync for DpsRequest
impl Unpin for DpsRequest
impl UnwindSafe for DpsRequest
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