#[repr(transparent)]
pub struct Il2CppType(_);
Expand description

An il2cpp type

Implementations

Class of the type

Name of the type

Whether the type is a ref type

Il2CppReflectionType which represents the type

Whether the type represents the given Builtin

Whether the type represents a void

Whether the type represents a object

Whether the type represents a bool

Whether the type represents a char

Whether the type represents a byte

Whether the type represents a sbyte

Whether the type represents a short

Whether the type represents a ushort

Whether the type represents a int

Whether the type represents a uint

Whether the type represents a long

Whether the type represents a ulong

Whether the type represents a single

Whether the type represents a double

Whether the type represents a string

Builtin the type represents, if any

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

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

This method tests for !=.

Raw il2cpp type

Returns a reference to the underlying raw il2cpp type

Returns a mutable reference to the underlying raw il2cpp type Read more

Wraps a reference to the raw il2cpp type Read more

Wraps a mutable reference to the raw il2cpp type Read more

Wraps a const pointer to the raw il2cpp type Read more

Wraps a mut pointer to the raw il2cpp type Read more

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.

Converts the given value to a String. Read more

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.