esp_partition_table

Type Alias Md5Data

source
pub type Md5Data = [u8; 16];
Expand description

MD5 checksum data

Trait Implementations§

source§

impl From<PartitionMd5> for Md5Data

source§

fn from(md5: PartitionMd5) -> Self

Converts to this type from the input type.