Enum lief::pe::debug::ChecksumAlgorithm
pub enum ChecksumAlgorithm {
SHA256,
UNKNOWN(u32),
}
Variants§
Trait Implementations§
§impl Clone for ChecksumAlgorithm
impl Clone for ChecksumAlgorithm
§fn clone(&self) -> ChecksumAlgorithm
fn clone(&self) -> ChecksumAlgorithm
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ChecksumAlgorithm
impl Debug for ChecksumAlgorithm
§impl From<ChecksumAlgorithm> for u32
impl From<ChecksumAlgorithm> for u32
§fn from(value: ChecksumAlgorithm) -> u32
fn from(value: ChecksumAlgorithm) -> u32
Converts to this type from the input type.
§impl From<u32> for ChecksumAlgorithm
impl From<u32> for ChecksumAlgorithm
§impl Hash for ChecksumAlgorithm
impl Hash for ChecksumAlgorithm
§impl PartialEq<ChecksumAlgorithm> for ChecksumAlgorithm
impl PartialEq<ChecksumAlgorithm> for ChecksumAlgorithm
§fn eq(&self, other: &ChecksumAlgorithm) -> bool
fn eq(&self, other: &ChecksumAlgorithm) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ChecksumAlgorithm
impl Eq for ChecksumAlgorithm
impl StructuralEq for ChecksumAlgorithm
impl StructuralPartialEq for ChecksumAlgorithm
Auto Trait Implementations§
impl RefUnwindSafe for ChecksumAlgorithm
impl Send for ChecksumAlgorithm
impl Sync for ChecksumAlgorithm
impl Unpin for ChecksumAlgorithm
impl UnwindSafe for ChecksumAlgorithm
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more