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 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 M68kIndexSize
impl Debug for M68kIndexSize
Source§impl Hash for M68kIndexSize
impl Hash for M68kIndexSize
Source§impl PartialEq for M68kIndexSize
impl PartialEq for M68kIndexSize
impl Copy for M68kIndexSize
impl Eq for M68kIndexSize
impl StructuralPartialEq for M68kIndexSize
Auto Trait Implementations§
impl Freeze for M68kIndexSize
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