Enum lief::pe::ImphashMode
pub enum ImphashMode {
DEFAULT,
PEFILE,
UNKNOWN(u32),
}Expand description
Mode used for computing the import hash
Variants§
Trait Implementations§
§impl Clone for ImphashMode
impl Clone for ImphashMode
§fn clone(&self) -> ImphashMode
fn clone(&self) -> ImphashMode
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 ImphashMode
impl Debug for ImphashMode
§impl From<ImphashMode> for u32
impl From<ImphashMode> for u32
§fn from(value: ImphashMode) -> u32
fn from(value: ImphashMode) -> u32
Converts to this type from the input type.
§impl From<u32> for ImphashMode
impl From<u32> for ImphashMode
§impl Hash for ImphashMode
impl Hash for ImphashMode
§impl PartialEq<ImphashMode> for ImphashMode
impl PartialEq<ImphashMode> for ImphashMode
§fn eq(&self, other: &ImphashMode) -> bool
fn eq(&self, other: &ImphashMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ImphashMode
impl Eq for ImphashMode
impl StructuralEq for ImphashMode
impl StructuralPartialEq for ImphashMode
Auto Trait Implementations§
impl RefUnwindSafe for ImphashMode
impl Send for ImphashMode
impl Sync for ImphashMode
impl Unpin for ImphashMode
impl UnwindSafe for ImphashMode
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