From c94a65c993f5da6a86bd1e6d23e359ba2052f836 Mon Sep 17 00:00:00 2001 From: johannst Date: Fri, 13 Dec 2024 00:18:53 +0000 Subject: deploy: 758f014afb8ec5c20ef2fc862fc12e80f65d3d25 --- juicebox_asm/struct.MemOp8.html | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 juicebox_asm/struct.MemOp8.html (limited to 'juicebox_asm/struct.MemOp8.html') diff --git a/juicebox_asm/struct.MemOp8.html b/juicebox_asm/struct.MemOp8.html deleted file mode 100644 index c26e365..0000000 --- a/juicebox_asm/struct.MemOp8.html +++ /dev/null @@ -1,13 +0,0 @@ -MemOp8 in juicebox_asm - Rust
juicebox_asm

Struct MemOp8

source
pub struct MemOp8(/* private fields */);
Expand description

A memory operand with a word (8 bit) size hint.

-

Implementations§

source§

impl MemOp8

source

pub fn from(op: MemOp) -> Self

Create a memory with size hint from a raw memory operand.

-

Trait Implementations§

source§

impl Dec<MemOp8> for Asm

source§

fn dec(&mut self, op1: MemOp8)

Emit a decrement instruction.
source§

impl Inc<MemOp8> for Asm

source§

fn inc(&mut self, op1: MemOp8)

Emit a increment instruction.

Auto Trait Implementations§

§

impl Freeze for MemOp8

§

impl RefUnwindSafe for MemOp8

§

impl Send for MemOp8

§

impl Sync for MemOp8

§

impl Unpin for MemOp8

§

impl UnwindSafe for MemOp8

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, U> TryFrom<U> for T
where - U: Into<T>,

source§

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>,

source§

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.
\ No newline at end of file -- cgit v1.2.3