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