pub enum RegisterOperand {
Null,
Register(u8),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RegisterOperand
impl Clone for RegisterOperand
Source§fn clone(&self) -> RegisterOperand
fn clone(&self) -> RegisterOperand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RegisterOperand
Source§impl Debug for RegisterOperand
impl Debug for RegisterOperand
impl Eq for RegisterOperand
Source§impl Hash for RegisterOperand
impl Hash for RegisterOperand
Source§impl PartialEq for RegisterOperand
impl PartialEq for RegisterOperand
impl StructuralPartialEq for RegisterOperand
Auto Trait Implementations§
impl Freeze for RegisterOperand
impl RefUnwindSafe for RegisterOperand
impl Send for RegisterOperand
impl Sync for RegisterOperand
impl Unpin for RegisterOperand
impl UnsafeUnpin for RegisterOperand
impl UnwindSafe for RegisterOperand
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