Struct arduino_esp::image_header_t [] [src]

#[repr(C)]
pub struct image_header_t { pub magic: c_uchar, pub num_segments: c_uchar, pub flash_mode: c_uchar, pub flash_size_freq: c_uchar, pub entry: u32, }

Fields

Trait Implementations

impl Debug for image_header_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for image_header_t
[src]

impl Clone for image_header_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more