Enum lief::pe::chpe_metadata_arm64::RangeType
pub enum RangeType {
ARM64,
ARM64EC,
AMD64,
UNKNOWN(u32),
}
Variants§
Trait Implementations§
§impl Ord for RangeType
impl Ord for RangeType
§impl PartialOrd<RangeType> for RangeType
impl PartialOrd<RangeType> for RangeType
§fn partial_cmp(&self, other: &RangeType) -> Option<Ordering>
fn partial_cmp(&self, other: &RangeType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for RangeType
impl Eq for RangeType
impl StructuralEq for RangeType
impl StructuralPartialEq for RangeType
Auto Trait Implementations§
impl RefUnwindSafe for RangeType
impl Send for RangeType
impl Sync for RangeType
impl Unpin for RangeType
impl UnwindSafe for RangeType
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