Enum lief::dsc::dyld_shared_cache::Arch
pub enum Arch {
I386,
X86_64,
X86_64H,
ARMV5,
ARMV6,
ARMV7,
ARM64,
ARM64E,
UNKNOWN(u32),
}
Expand description
Architecture supported by the dyld shared cache
Variants§
Trait Implementations§
impl Copy for Arch
impl Eq for Arch
impl StructuralEq for Arch
impl StructuralPartialEq for Arch
Auto Trait Implementations§
impl RefUnwindSafe for Arch
impl Send for Arch
impl Sync for Arch
impl Unpin for Arch
impl UnwindSafe for Arch
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