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