Struct esp_wifi_sys::include::esp_phy_calibration_data_t
source · #[repr(C)]pub struct esp_phy_calibration_data_t {
pub version: [u8; 4],
pub mac: [u8; 6],
pub opaque: [u8; 1894],
}
Expand description
@brief Opaque PHY calibration data
Fields§
§version: [u8; 4]
< PHY version
mac: [u8; 6]
< The MAC address of the station
opaque: [u8; 1894]
< calibration data
Trait Implementations§
source§impl Clone for esp_phy_calibration_data_t
impl Clone for esp_phy_calibration_data_t
source§fn clone(&self) -> esp_phy_calibration_data_t
fn clone(&self) -> esp_phy_calibration_data_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for esp_phy_calibration_data_t
Auto Trait Implementations§
impl Freeze for esp_phy_calibration_data_t
impl RefUnwindSafe for esp_phy_calibration_data_t
impl Send for esp_phy_calibration_data_t
impl Sync for esp_phy_calibration_data_t
impl Unpin for esp_phy_calibration_data_t
impl UnwindSafe for esp_phy_calibration_data_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§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
)