Struct object::pe::ImageHotPatchHashes [−][src]
#[repr(C)]pub struct ImageHotPatchHashes { pub sha256: [u8; 32], pub sha1: [u8; 20], }
Fields
sha256: [u8; 32]
sha1: [u8; 20]
Trait Implementations
impl Clone for ImageHotPatchHashes
[src]
impl Clone for ImageHotPatchHashes
[src]fn clone(&self) -> ImageHotPatchHashes
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ImageHotPatchHashes
[src]
impl Pod for ImageHotPatchHashes
[src]
Auto Trait Implementations
impl Send for ImageHotPatchHashes
impl Sync for ImageHotPatchHashes
impl Unpin for ImageHotPatchHashes
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.