#[repr(C)]pub struct PollIndication {
pub addr_mode: AddressMode,
pub request_address: MacAddress,
}
Expand description
MLME POLL Indication which will be used for indicating the Data Request reception to upper layer as defined in Zigbee r22 - D.8.2
Fields§
§addr_mode: AddressMode
addressing mode used
request_address: MacAddress
Poll requester address
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PollIndication
impl RefUnwindSafe for PollIndication
impl Send for PollIndication
impl Sync for PollIndication
impl Unpin for PollIndication
impl UnwindSafe for PollIndication
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