Searched defs:HashHeader (Results 1 – 1 of 1) sorted by relevance
55 struct HashHeader<T: ReadLeBytes> { struct56 image_name: String,57 hash_num: u16,58 img_size: T112 impl<T: Default + ReadLeBytes> TLVStruct for HashHeader<T> { implementation