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