#[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: MacStatus
status of the disassociation attempt
device_addr_mode: AddressMode
device addressing mode used
device_pan_id: PanId
the identifier of the PAN of the device
device_address: MacAddress
device 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