Struct object::pe::ImageHotPatchHashes [−][src]
Fields
sha256: [u8; 32]
sha1: [u8; 20]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageHotPatchHashes
impl Send for ImageHotPatchHashes
impl Sync for ImageHotPatchHashes
impl Unpin for ImageHotPatchHashes
impl UnwindSafe for ImageHotPatchHashes
Blanket Implementations
Mutably borrows from an owned value. Read more