Struct libil2cpp::raw::Il2CppArraySize
source · [−]#[repr(C)]pub struct Il2CppArraySize {
pub obj: Il2CppObject,
pub bounds: *mut Il2CppArrayBounds,
pub max_length: il2cpp_array_size_t,
pub vector: __IncompleteArrayField<*mut c_void>,
}
Fields
obj: Il2CppObject
bounds: *mut Il2CppArrayBounds
max_length: il2cpp_array_size_t
vector: __IncompleteArrayField<*mut c_void>
Auto Trait Implementations
impl RefUnwindSafe for Il2CppArraySize
impl !Send for Il2CppArraySize
impl !Sync for Il2CppArraySize
impl Unpin for Il2CppArraySize
impl UnwindSafe for Il2CppArraySize
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