pub struct CodeLabel { /* private fields */ }
Expand description

A label created by CodeAssembler

Trait Implementations§

source§

impl Clone for CodeLabel

source§

fn clone(&self) -> CodeLabel

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl CodeAsmCall<CodeLabel> for CodeAssembler

source§

fn call(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJa<CodeLabel> for CodeAssembler

source§

fn ja(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJae<CodeLabel> for CodeAssembler

source§

fn jae(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJb<CodeLabel> for CodeAssembler

source§

fn jb(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJbe<CodeLabel> for CodeAssembler

source§

fn jbe(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJc<CodeLabel> for CodeAssembler

source§

fn jc(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJcxz<CodeLabel> for CodeAssembler

source§

fn jcxz(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJe<CodeLabel> for CodeAssembler

source§

fn je(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJecxz<CodeLabel> for CodeAssembler

source§

fn jecxz(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJg<CodeLabel> for CodeAssembler

source§

fn jg(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJge<CodeLabel> for CodeAssembler

source§

fn jge(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJl<CodeLabel> for CodeAssembler

source§

fn jl(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJle<CodeLabel> for CodeAssembler

source§

fn jle(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJmp<CodeLabel> for CodeAssembler

source§

fn jmp(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJmpe<CodeLabel> for CodeAssembler

source§

fn jmpe(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJna<CodeLabel> for CodeAssembler

source§

fn jna(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJnae<CodeLabel> for CodeAssembler

source§

fn jnae(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJnb<CodeLabel> for CodeAssembler

source§

fn jnb(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJnbe<CodeLabel> for CodeAssembler

source§

fn jnbe(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJnc<CodeLabel> for CodeAssembler

source§

fn jnc(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJne<CodeLabel> for CodeAssembler

source§

fn jne(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJng<CodeLabel> for CodeAssembler

source§

fn jng(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJnge<CodeLabel> for CodeAssembler

source§

fn jnge(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJnl<CodeLabel> for CodeAssembler

source§

fn jnl(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJnle<CodeLabel> for CodeAssembler

source§

fn jnle(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJno<CodeLabel> for CodeAssembler

source§

fn jno(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJnp<CodeLabel> for CodeAssembler

source§

fn jnp(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJns<CodeLabel> for CodeAssembler

source§

fn jns(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJnz<CodeLabel> for CodeAssembler

source§

fn jnz(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJo<CodeLabel> for CodeAssembler

source§

fn jo(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJp<CodeLabel> for CodeAssembler

source§

fn jp(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJpe<CodeLabel> for CodeAssembler

source§

fn jpe(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJpo<CodeLabel> for CodeAssembler

source§

fn jpo(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJrcxz<CodeLabel> for CodeAssembler

source§

fn jrcxz(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJs<CodeLabel> for CodeAssembler

source§

fn js(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmJz<CodeLabel> for CodeAssembler

source§

fn jz(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmLoop<CodeLabel> for CodeAssembler

source§

fn loop_(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmLoope<CodeLabel> for CodeAssembler

source§

fn loope(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmLoopne<CodeLabel> for CodeAssembler

source§

fn loopne(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmLoopnz<CodeLabel> for CodeAssembler

source§

fn loopnz(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmLoopz<CodeLabel> for CodeAssembler

source§

fn loopz(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl CodeAsmXbegin<CodeLabel> for CodeAssembler

source§

fn xbegin(&mut self, op0: CodeLabel) -> Result<(), IcedError>

source§

impl Debug for CodeLabel

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for CodeLabel

source§

fn default() -> CodeLabel

Returns the “default value” for a type. Read more
source§

impl From<CodeLabel> for AsmMemoryOperand

source§

fn from(other: CodeLabel) -> Self

Converts to this type from the input type.
source§

impl Hash for CodeLabel

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for CodeLabel

source§

fn eq(&self, other: &CodeLabel) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for CodeLabel

source§

impl Eq for CodeLabel

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.