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