Struct wasm_mt::utils::Counter

source ·
pub struct Counter(_);

Implementations§

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Retrieve TraitObject, Slice or Concrete meta data respectively for a type
Retrieve pointer to the data
Retrieve mut pointer to the data
Create a dangling non-null *const Self with the provided Self::Meta.
Create a *mut Self with the provided Self::Meta.
Enum describing whether a type is TraitObject, Slice or Concrete.
§

type Meta: 'static

Type of metadata for type.
Helper method describing whether a type is TraitObject, Slice or Concrete.
Enum describing whether a type is TraitObject, Slice or Concrete.
Type of metadata for type.
Retrieve TraitObject, Slice or Concrete meta data respectively for a type
Retrieve pointer to the data
Retrieve mut pointer to the data
Create a dangling non-null *const Self with the provided Self::Meta.
Create a *mut Self with the provided Self::Meta.
Helper method describing whether a type is TraitObject, Slice or Concrete.