pub enum ArchMode {
RiscV32,
RiscV64,
}Variants§
Trait Implementations§
Source§impl BuildsCapstone<ArchMode> for ArchCapstoneBuilder
impl BuildsCapstone<ArchMode> for ArchCapstoneBuilder
Source§impl BuildsCapstoneExtraMode<ArchMode, ArchExtraMode> for ArchCapstoneBuilder
impl BuildsCapstoneExtraMode<ArchMode, ArchExtraMode> for ArchCapstoneBuilder
Source§fn extra_mode<T: Iterator<Item = ArchExtraMode>>(self, extra_mode: T) -> Self
fn extra_mode<T: Iterator<Item = ArchExtraMode>>(self, extra_mode: T) -> Self
Set architecture endianness
impl Copy for ArchMode
impl Eq for ArchMode
impl StructuralPartialEq for ArchMode
Auto Trait Implementations§
impl Freeze for ArchMode
impl RefUnwindSafe for ArchMode
impl Send for ArchMode
impl Sync for ArchMode
impl Unpin for ArchMode
impl UnwindSafe for ArchMode
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