#[repr(C)]
pub struct Il2CppString { pub object: Il2CppObject, pub length: i32, pub chars: __IncompleteArrayField<Il2CppChar>, }

Fields

object: Il2CppObjectlength: i32

< Length of string excluding the trailing null (which is included in ‘chars’).

chars: __IncompleteArrayField<Il2CppChar>

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.

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.