Enum capstone::arch::m68k::M68kIndexSize
source · pub enum M68kIndexSize {
W,
L,
}
Expand description
M68K index size
Variants§
Trait Implementations§
source§impl Clone for M68kIndexSize
impl Clone for M68kIndexSize
source§fn clone(&self) -> M68kIndexSize
fn clone(&self) -> M68kIndexSize
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 M68kIndexSize
impl Debug for M68kIndexSize
source§impl Hash for M68kIndexSize
impl Hash for M68kIndexSize
source§impl PartialEq for M68kIndexSize
impl PartialEq for M68kIndexSize
source§fn eq(&self, other: &M68kIndexSize) -> bool
fn eq(&self, other: &M68kIndexSize) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for M68kIndexSize
impl Eq for M68kIndexSize
impl StructuralPartialEq for M68kIndexSize
Auto Trait Implementations§
impl RefUnwindSafe for M68kIndexSize
impl Send for M68kIndexSize
impl Sync for M68kIndexSize
impl Unpin for M68kIndexSize
impl UnwindSafe for M68kIndexSize
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