#[repr(C)]pub struct GetRequest {
pub pib_attribute: PibId,
pub a_stuffing: [u8; 3],
}
Expand description
MLME GET Request used to request a PIB value
Fields§
§pib_attribute: PibId
the name of the PIB attribute to read
a_stuffing: [u8; 3]
byte stuffing to keep 32 bit alignment
Trait Implementations§
Source§impl Default for GetRequest
impl Default for GetRequest
Source§fn default() -> GetRequest
fn default() -> GetRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetRequest
impl RefUnwindSafe for GetRequest
impl Send for GetRequest
impl Sync for GetRequest
impl Unpin for GetRequest
impl UnwindSafe for GetRequest
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