Struct libil2cpp::raw::Il2CppArrayType
source · [−]#[repr(C)]pub struct Il2CppArrayType {
pub etype: *const Il2CppType,
pub rank: u8,
pub numsizes: u8,
pub numlobounds: u8,
pub sizes: *mut c_int,
pub lobounds: *mut c_int,
}
Fields
etype: *const Il2CppType
rank: u8
numsizes: u8
numlobounds: u8
sizes: *mut c_int
lobounds: *mut c_int
Trait Implementations
sourceimpl Clone for Il2CppArrayType
impl Clone for Il2CppArrayType
sourcefn clone(&self) -> Il2CppArrayType
fn clone(&self) -> Il2CppArrayType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Il2CppArrayType
impl Debug for Il2CppArrayType
impl Copy for Il2CppArrayType
Auto Trait Implementations
impl RefUnwindSafe for Il2CppArrayType
impl !Send for Il2CppArrayType
impl !Sync for Il2CppArrayType
impl Unpin for Il2CppArrayType
impl UnwindSafe for Il2CppArrayType
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