#[repr(C)]pub struct OrphanIndication {
pub orphan_address: [u8; 8],
pub key_source: [u8; 8],
pub security_level: SecurityLevel,
pub key_id_mode: KeyIdMode,
pub key_index: u8,
/* private fields */
}
Expand description
MLME ORPHAN Indication which is used by the coordinator to notify the application of the presence of an orphaned device
Fields§
§orphan_address: [u8; 8]
Extended address of the orphaned device
key_source: [u8; 8]
Originator of the key used by the originator of the received frame
security_level: SecurityLevel
Security level purportedly used by the received MAC command frame
key_id_mode: KeyIdMode
Mode used to identify the key used by originator of received frame
key_index: u8
Index of the key used by the originator of the received frame
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrphanIndication
impl RefUnwindSafe for OrphanIndication
impl Send for OrphanIndication
impl Sync for OrphanIndication
impl Unpin for OrphanIndication
impl UnwindSafe for OrphanIndication
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