Struct esp_wifi_sys::include::coex_version_t
source · #[repr(C)]pub struct coex_version_t {
pub major: u8,
pub minor: u8,
pub patch: u8,
}
Fields§
§major: u8
§minor: u8
§patch: u8
Trait Implementations§
source§impl Clone for coex_version_t
impl Clone for coex_version_t
source§fn clone(&self) -> coex_version_t
fn clone(&self) -> coex_version_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 coex_version_t
Auto Trait Implementations§
impl Freeze for coex_version_t
impl RefUnwindSafe for coex_version_t
impl Send for coex_version_t
impl Sync for coex_version_t
impl Unpin for coex_version_t
impl UnwindSafe for coex_version_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
)