Struct esp_wifi::esp_now::ReceivedData
source · pub struct ReceivedData {
pub info: ReceiveInfo,
/* private fields */
}
Expand description
Stores information about the received data, including the packet content and associated information.
Fields§
§info: ReceiveInfo
Implementations§
source§impl ReceivedData
impl ReceivedData
Trait Implementations§
source§impl Clone for ReceivedData
impl Clone for ReceivedData
source§fn clone(&self) -> ReceivedData
fn clone(&self) -> ReceivedData
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ReceivedData
impl RefUnwindSafe for ReceivedData
impl Send for ReceivedData
impl Sync for ReceivedData
impl Unpin for ReceivedData
impl UnwindSafe for ReceivedData
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)