#[repr(C)]pub struct GetConfirm {
pub pib_attribute_value_ptr: *const u8,
pub status: MacStatus,
pub pib_attribute: PibId,
pub pib_attribute_value_len: u8,
/* private fields */
}
Expand description
MLME GET Confirm which requests information about a given PIB attribute
Fields§
§pib_attribute_value_ptr: *const u8
The pointer to the value of the PIB attribute attempted to read
status: MacStatus
Status of the GET attempt
pib_attribute: PibId
The name of the PIB attribute attempted to read
pib_attribute_value_len: u8
The lenght of the PIB attribute Value return
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetConfirm
impl RefUnwindSafe for GetConfirm
impl !Send for GetConfirm
impl !Sync for GetConfirm
impl Unpin for GetConfirm
impl UnwindSafe for GetConfirm
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