pub struct W65Mode { /* private fields */ }Implementations§
Source§impl W65Mode
impl W65Mode
pub const NONE: W65Mode
pub const M: W65Mode
pub const X: W65Mode
pub const E: W65Mode
pub fn is_acc16(self) -> bool
pub fn is_idx16(self) -> bool
pub fn is_emu(self) -> bool
pub fn get_immediate_size(self, imm: W65AddrMode) -> Option<usize>
pub const fn bits(&self) -> u16
Trait Implementations§
Source§impl BitAndAssign for W65Mode
impl BitAndAssign for W65Mode
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for W65Mode
impl BitOrAssign for W65Mode
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for W65Mode
impl BitXorAssign for W65Mode
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreimpl Copy for W65Mode
impl Eq for W65Mode
impl StructuralPartialEq for W65Mode
Auto Trait Implementations§
impl Freeze for W65Mode
impl RefUnwindSafe for W65Mode
impl Send for W65Mode
impl Sync for W65Mode
impl Unpin for W65Mode
impl UnwindSafe for W65Mode
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