#[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
impl Copy for tms320c64x_funit
impl Eq for tms320c64x_funit
impl StructuralPartialEq for tms320c64x_funit
Auto Trait Implementations§
impl Freeze for tms320c64x_funit
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