Struct libil2cpp::raw::Il2CppSafeArray
source · [−]#[repr(C)]pub struct Il2CppSafeArray {
pub dimension_count: u16,
pub features: u16,
pub element_size: u32,
pub lock_count: u32,
pub data: *mut c_void,
pub bounds: [Il2CppSafeArrayBound; 1],
}
Fields
dimension_count: u16
features: u16
element_size: u32
lock_count: u32
data: *mut c_void
bounds: [Il2CppSafeArrayBound; 1]
Trait Implementations
sourceimpl Clone for Il2CppSafeArray
impl Clone for Il2CppSafeArray
sourcefn clone(&self) -> Il2CppSafeArray
fn clone(&self) -> Il2CppSafeArray
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 Il2CppSafeArray
impl Debug for Il2CppSafeArray
impl Copy for Il2CppSafeArray
Auto Trait Implementations
impl RefUnwindSafe for Il2CppSafeArray
impl !Send for Il2CppSafeArray
impl !Sync for Il2CppSafeArray
impl Unpin for Il2CppSafeArray
impl UnwindSafe for Il2CppSafeArray
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