Struct libil2cpp::raw::Il2CppArrayBounds
source · [−]#[repr(C)]pub struct Il2CppArrayBounds {
pub length: il2cpp_array_size_t,
pub lower_bound: il2cpp_array_lower_bound_t,
}
Fields
length: il2cpp_array_size_t
lower_bound: il2cpp_array_lower_bound_t
Trait Implementations
sourceimpl Clone for Il2CppArrayBounds
impl Clone for Il2CppArrayBounds
sourcefn clone(&self) -> Il2CppArrayBounds
fn clone(&self) -> Il2CppArrayBounds
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 Il2CppArrayBounds
impl Debug for Il2CppArrayBounds
impl Copy for Il2CppArrayBounds
Auto Trait Implementations
impl RefUnwindSafe for Il2CppArrayBounds
impl Send for Il2CppArrayBounds
impl Sync for Il2CppArrayBounds
impl Unpin for Il2CppArrayBounds
impl UnwindSafe for Il2CppArrayBounds
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