#[repr(C)]pub struct SetConfirm {
pub status: MacStatus,
pub pin_attribute: PibId,
/* private fields */
}
Expand description
MLME SET Confirm which reports the result of an attempt to write a value to a PIB attribute
Fields§
§status: MacStatus
The result of the set operation
pin_attribute: PibId
The name of the PIB attribute that was written
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetConfirm
impl RefUnwindSafe for SetConfirm
impl Send for SetConfirm
impl Sync for SetConfirm
impl Unpin for SetConfirm
impl UnwindSafe for SetConfirm
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