#[repr(C)]pub struct PollConfirm {
pub status: MacStatus,
/* private fields */
}
Expand description
MLME POLL Confirm which is used to report the result of a request to poll the coordinator for data
Fields§
§status: MacStatus
The status of the data request
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PollConfirm
impl RefUnwindSafe for PollConfirm
impl Send for PollConfirm
impl Sync for PollConfirm
impl Unpin for PollConfirm
impl UnwindSafe for PollConfirm
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