#[repr(C)]pub struct SoundingRequest {
pub a_stuffing: [u8; 4],
}
Expand description
MLME SOUNDING request primitive which is used by the next higher layer to request that the PHY respond with channel sounding information
Fields§
§a_stuffing: [u8; 4]
byte stuffing to keep 32 bit alignment
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SoundingRequest
impl RefUnwindSafe for SoundingRequest
impl Send for SoundingRequest
impl Sync for SoundingRequest
impl Unpin for SoundingRequest
impl UnwindSafe for SoundingRequest
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