Enum capstone_sys::tms320c64x_mem_mod
source · #[repr(u32)]pub enum tms320c64x_mem_mod {
TMS320C64X_MEM_MOD_INVALID = 0,
TMS320C64X_MEM_MOD_NO = 1,
TMS320C64X_MEM_MOD_PRE = 2,
TMS320C64X_MEM_MOD_POST = 3,
}
Variants§
TMS320C64X_MEM_MOD_INVALID = 0
TMS320C64X_MEM_MOD_NO = 1
TMS320C64X_MEM_MOD_PRE = 2
TMS320C64X_MEM_MOD_POST = 3
Trait Implementations§
source§impl Clone for tms320c64x_mem_mod
impl Clone for tms320c64x_mem_mod
source§fn clone(&self) -> tms320c64x_mem_mod
fn clone(&self) -> tms320c64x_mem_mod
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 moresource§impl Debug for tms320c64x_mem_mod
impl Debug for tms320c64x_mem_mod
source§impl Hash for tms320c64x_mem_mod
impl Hash for tms320c64x_mem_mod
source§impl PartialEq for tms320c64x_mem_mod
impl PartialEq for tms320c64x_mem_mod
source§fn eq(&self, other: &tms320c64x_mem_mod) -> bool
fn eq(&self, other: &tms320c64x_mem_mod) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for tms320c64x_mem_mod
impl Eq for tms320c64x_mem_mod
impl StructuralPartialEq for tms320c64x_mem_mod
Auto Trait Implementations§
impl RefUnwindSafe for tms320c64x_mem_mod
impl Send for tms320c64x_mem_mod
impl Sync for tms320c64x_mem_mod
impl Unpin for tms320c64x_mem_mod
impl UnwindSafe for tms320c64x_mem_mod
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