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