Enum lief::macho::binding_info::BIND_TYPES
pub enum BIND_TYPES {
POINTER,
TEXT_ABSOLUTE32,
TEXT_PCREL32,
UNKNOWN(u64),
}
Variants§
Implementations§
§impl BIND_TYPES
impl BIND_TYPES
pub fn from_value(value: u64) -> Self
Trait Implementations§
§impl Clone for BIND_TYPES
impl Clone for BIND_TYPES
§fn clone(&self) -> BIND_TYPES
fn clone(&self) -> BIND_TYPES
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 BIND_TYPES
impl Debug for BIND_TYPES
§impl Hash for BIND_TYPES
impl Hash for BIND_TYPES
§impl PartialEq<BIND_TYPES> for BIND_TYPES
impl PartialEq<BIND_TYPES> for BIND_TYPES
§fn eq(&self, other: &BIND_TYPES) -> bool
fn eq(&self, other: &BIND_TYPES) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BIND_TYPES
impl Eq for BIND_TYPES
impl StructuralEq for BIND_TYPES
impl StructuralPartialEq for BIND_TYPES
Auto Trait Implementations§
impl RefUnwindSafe for BIND_TYPES
impl Send for BIND_TYPES
impl Sync for BIND_TYPES
impl Unpin for BIND_TYPES
impl UnwindSafe for BIND_TYPES
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