pub enum Tms320c64xMemModify {
Invalid,
No,
Pre,
Post,
}Expand description
TMS320C64X Memory Operand modification
Variants§
Trait Implementations§
Source§impl Clone for Tms320c64xMemModify
impl Clone for Tms320c64xMemModify
Source§fn clone(&self) -> Tms320c64xMemModify
fn clone(&self) -> Tms320c64xMemModify
Returns a duplicate 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 Tms320c64xMemModify
impl Debug for Tms320c64xMemModify
Source§impl From<tms320c64x_mem_mod> for Tms320c64xMemModify
impl From<tms320c64x_mem_mod> for Tms320c64xMemModify
Source§fn from(other: tms320c64x_mem_mod) -> Self
fn from(other: tms320c64x_mem_mod) -> Self
Converts to this type from the input type.
Source§impl Hash for Tms320c64xMemModify
impl Hash for Tms320c64xMemModify
Source§impl PartialEq for Tms320c64xMemModify
impl PartialEq for Tms320c64xMemModify
impl Copy for Tms320c64xMemModify
impl Eq for Tms320c64xMemModify
impl StructuralPartialEq for Tms320c64xMemModify
Auto Trait Implementations§
impl Freeze for Tms320c64xMemModify
impl RefUnwindSafe for Tms320c64xMemModify
impl Send for Tms320c64xMemModify
impl Sync for Tms320c64xMemModify
impl Unpin for Tms320c64xMemModify
impl UnwindSafe for Tms320c64xMemModify
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