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