#[repr(C)]pub struct DisassociateConfirm {
pub status: MacStatus,
pub device_addr_mode: AddressMode,
pub device_pan_id: PanId,
pub device_address: MacAddress,
}Expand description
MLME DISASSOCIATE Confirm used to send disassociation Confirmation to the application.
Fields§
§status: MacStatusstatus of the disassociation attempt
device_addr_mode: AddressModedevice addressing mode used
device_pan_id: PanIdthe identifier of the PAN of the device
device_address: MacAddressdevice address
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DisassociateConfirm
impl RefUnwindSafe for DisassociateConfirm
impl Send for DisassociateConfirm
impl Sync for DisassociateConfirm
impl Unpin for DisassociateConfirm
impl UnwindSafe for DisassociateConfirm
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