[−][src]Struct esp_idf_bindgen::esp_app_desc_t
@brief Description about application.
Fields
magic_word: u32< Magic word ESP_APP_DESC_MAGIC_WORD
secure_version: u32< Secure version
reserv1: [u32; 2]< reserv1
version: [c_char; 32]< Application version
project_name: [c_char; 32]< Project name
time: [c_char; 16]< Compile time
date: [c_char; 16]< Compile date
idf_ver: [c_char; 32]< Version IDF
app_elf_sha256: [u8; 32]< sha256 of elf file
reserv2: [u32; 20]< reserv2
Trait Implementations
impl Clone for esp_app_desc_t[src]
fn clone(&self) -> esp_app_desc_t[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for esp_app_desc_t[src]
impl Debug for esp_app_desc_t[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,