wasmi_ir

Struct Const16

source
pub struct Const16<T> { /* private fields */ }
Expand description

A typed 16-bit encoded constant value.

Implementations§

source§

impl<T> Const16<T>

source

pub fn is_zero(&self) -> bool

Returns true if the Const16 is equal to zero.

Trait Implementations§

source§

impl<T> Clone for Const16<T>

source§

fn clone(&self) -> Self

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<T: Debug> Debug for Const16<T>

source§

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

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

impl From<Const16<NonZero<i32>>> for NonZeroI32

source§

fn from(value: Const16<Self>) -> Self

Converts to this type from the input type.
source§

impl From<Const16<NonZero<i64>>> for NonZeroI64

source§

fn from(value: Const16<Self>) -> Self

Converts to this type from the input type.
source§

impl From<Const16<NonZero<u32>>> for NonZeroU32

source§

fn from(value: Const16<Self>) -> Self

Converts to this type from the input type.
source§

impl From<Const16<NonZero<u64>>> for NonZeroU64

source§

fn from(value: Const16<Self>) -> Self

Converts to this type from the input type.
source§

impl From<Const16<i32>> for i32

source§

fn from(value: Const16<Self>) -> Self

Converts to this type from the input type.
source§

impl From<Const16<i64>> for i64

source§

fn from(value: Const16<Self>) -> Self

Converts to this type from the input type.
source§

impl From<Const16<u32>> for u32

source§

fn from(value: Const16<Self>) -> Self

Converts to this type from the input type.
source§

impl From<Const16<u64>> for u64

source§

fn from(value: Const16<Self>) -> Self

Converts to this type from the input type.
source§

impl From<NonZero<i16>> for Const16<NonZeroI32>

source§

fn from(value: NonZeroI16) -> Self

Converts to this type from the input type.
source§

impl From<NonZero<i16>> for Const16<NonZeroI64>

source§

fn from(value: NonZeroI16) -> Self

Converts to this type from the input type.
source§

impl From<NonZero<u16>> for Const16<NonZeroU32>

source§

fn from(value: NonZeroU16) -> Self

Converts to this type from the input type.
source§

impl From<NonZero<u16>> for Const16<NonZeroU64>

source§

fn from(value: NonZeroU16) -> Self

Converts to this type from the input type.
source§

impl From<i16> for Const16<i32>

source§

fn from(value: i16) -> Self

Converts to this type from the input type.
source§

impl From<i16> for Const16<i64>

source§

fn from(value: i16) -> Self

Converts to this type from the input type.
source§

impl From<u16> for Const16<u32>

source§

fn from(value: u16) -> Self

Converts to this type from the input type.
source§

impl From<u16> for Const16<u64>

source§

fn from(value: u16) -> Self

Converts to this type from the input type.
source§

impl<T> PartialEq for Const16<T>

source§

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

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

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

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

impl TryFrom<NonZero<i32>> for Const16<NonZeroI32>

source§

type Error = OutOfBoundsConst

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

fn try_from(value: NonZeroI32) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<NonZero<i64>> for Const16<NonZeroI64>

source§

type Error = OutOfBoundsConst

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

fn try_from(value: NonZeroI64) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<NonZero<u32>> for Const16<NonZeroU32>

source§

type Error = OutOfBoundsConst

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

fn try_from(value: NonZeroU32) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<NonZero<u64>> for Const16<NonZeroU64>

source§

type Error = OutOfBoundsConst

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

fn try_from(value: NonZeroU64) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<i32> for Const16<i32>

source§

type Error = OutOfBoundsConst

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

fn try_from(value: i32) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<i64> for Const16<i64>

source§

type Error = OutOfBoundsConst

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

fn try_from(value: i64) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<u32> for Const16<u32>

source§

type Error = OutOfBoundsConst

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

fn try_from(value: u32) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<u64> for Const16<u64>

source§

type Error = OutOfBoundsConst

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

fn try_from(value: u64) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<T> Copy for Const16<T>

source§

impl<T> Eq for Const16<T>

Auto Trait Implementations§

§

impl<T> Freeze for Const16<T>

§

impl<T> RefUnwindSafe for Const16<T>

§

impl<T> Send for Const16<T>

§

impl<T> Sync for Const16<T>

§

impl<T> Unpin for Const16<T>

§

impl<T> UnwindSafe for Const16<T>

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> CloneToUninit for T
where T: Clone,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> Downcast for T
where T: Any,

source§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
source§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
source§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &Any’s vtable from &Trait’s.
source§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &mut Any’s vtable from &mut Trait’s.
source§

impl<T> DowncastSync for T
where T: Any + Send + Sync,

source§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Send + Sync>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
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,

source§

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

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.