pub struct Tms320c64xOpMem(/* private fields */);Expand description
TMS320C64X memory operand
Implementations§
Source§impl Tms320c64xOpMem
todo(tmfink): add all getters
impl Tms320c64xOpMem
todo(tmfink): add all getters
Sourcepub fn display(&self) -> Tms320c64xMemDisplay
pub fn display(&self) -> Tms320c64xMemDisplay
Display
Sourcepub fn direction(&self) -> Tms320c64xMemDirection
pub fn direction(&self) -> Tms320c64xMemDirection
Direction
Sourcepub fn modify(&self) -> Tms320c64xMemModify
pub fn modify(&self) -> Tms320c64xMemModify
Modification
Trait Implementations§
Source§impl Clone for Tms320c64xOpMem
impl Clone for Tms320c64xOpMem
Source§fn clone(&self) -> Tms320c64xOpMem
fn clone(&self) -> Tms320c64xOpMem
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 Tms320c64xOpMem
impl Debug for Tms320c64xOpMem
Source§impl PartialEq for Tms320c64xOpMem
impl PartialEq for Tms320c64xOpMem
impl Copy for Tms320c64xOpMem
impl Eq for Tms320c64xOpMem
Auto Trait Implementations§
impl Freeze for Tms320c64xOpMem
impl RefUnwindSafe for Tms320c64xOpMem
impl Send for Tms320c64xOpMem
impl Sync for Tms320c64xOpMem
impl Unpin for Tms320c64xOpMem
impl UnwindSafe for Tms320c64xOpMem
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