Struct lde::OpCode [] [src]

pub struct OpCode(_);

Byte slice representing an opcode.

Methods

impl OpCode
[src]

Helps reading immediates and displacements.

Trait Implementations

impl Eq for OpCode
[src]

impl PartialEq for OpCode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for OpCode
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<'a> From<&'a [u8]> for &'a OpCode
[src]

Performs the conversion.

impl Deref for OpCode
[src]

The resulting type after dereferencing

The method called to dereference a value

impl PartialEq<[u8]> for OpCode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for OpCode
[src]

Formats the value using the given formatter. Read more

impl Debug for OpCode
[src]

Formats the value using the given formatter.