pub enum MachoCpu {
X86_64,
Arm64,
}Expand description
Architecture flavour the parsed Mach-O targets.
Variants§
Trait Implementations§
impl Copy for MachoCpu
impl Eq for MachoCpu
impl StructuralPartialEq for MachoCpu
Auto Trait Implementations§
impl Freeze for MachoCpu
impl RefUnwindSafe for MachoCpu
impl Send for MachoCpu
impl Sync for MachoCpu
impl Unpin for MachoCpu
impl UnsafeUnpin for MachoCpu
impl UnwindSafe for MachoCpu
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