Struct libil2cpp::raw::Il2CppString
source · [−]#[repr(C)]pub struct Il2CppString {
pub object: Il2CppObject,
pub length: i32,
pub chars: __IncompleteArrayField<Il2CppChar>,
}
Fields
object: Il2CppObject
length: i32
< Length of string excluding the trailing null (which is included in ‘chars’).
chars: __IncompleteArrayField<Il2CppChar>
Auto Trait Implementations
impl RefUnwindSafe for Il2CppString
impl !Send for Il2CppString
impl !Sync for Il2CppString
impl Unpin for Il2CppString
impl UnwindSafe for Il2CppString
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more