#[repr(C)]pub struct SetRequest {
pub pib_attribute_ptr: *const u8,
pub pib_attribute: PibId,
}
Expand description
MLME SET Request used to attempt to write the given value to the indicated PIB attribute
Fields§
§pib_attribute_ptr: *const u8
the pointer to the value of the PIB attribute to set
pib_attribute: PibId
the name of the PIB attribute to set
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetRequest
impl RefUnwindSafe for SetRequest
impl !Send for SetRequest
impl !Sync for SetRequest
impl Unpin for SetRequest
impl UnwindSafe for SetRequest
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