Searched refs:ReadLeBytes (Results 1 – 2 of 2) sorted by relevance
38 pub trait ReadLeBytes { trait42 impl ReadLeBytes for u32 {48 impl ReadLeBytes for u64 {55 struct HashHeader<T: ReadLeBytes> {63 struct HashData<T: ReadLeBytes> {112 impl<T: Default + ReadLeBytes> TLVStruct for HashHeader<T> {131 impl<T: Default + ReadLeBytes> TLVStruct for HashData<T> {168 impl<T: Default + ReadLeBytes + Hash + Eq + PartialEq> ImgHashData<T> {
27 use img_hash_check::ReadLeBytes;185 … where T: ReadLeBytes + std::hash::Hash + std::cmp::Eq + std::fmt::Display + std::default::Default in check_data_hash_template()