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