Struct libil2cpp::raw::Il2CppReflectionParameter
source · [−]#[repr(C)]pub struct Il2CppReflectionParameter {
pub object: Il2CppObject,
pub ClassImpl: *mut Il2CppReflectionType,
pub DefaultValueImpl: *mut Il2CppObject,
pub MemberImpl: *mut Il2CppObject,
pub NameImpl: *mut Il2CppString,
pub PositionImpl: i32,
pub AttrsImpl: u32,
pub MarshalAsImpl: *mut Il2CppObject,
}
Fields
object: Il2CppObject
ClassImpl: *mut Il2CppReflectionType
DefaultValueImpl: *mut Il2CppObject
MemberImpl: *mut Il2CppObject
NameImpl: *mut Il2CppString
PositionImpl: i32
AttrsImpl: u32
MarshalAsImpl: *mut Il2CppObject
Trait Implementations
sourceimpl Clone for Il2CppReflectionParameter
impl Clone for Il2CppReflectionParameter
sourcefn clone(&self) -> Il2CppReflectionParameter
fn clone(&self) -> Il2CppReflectionParameter
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
impl Copy for Il2CppReflectionParameter
Auto Trait Implementations
impl RefUnwindSafe for Il2CppReflectionParameter
impl !Send for Il2CppReflectionParameter
impl !Sync for Il2CppReflectionParameter
impl Unpin for Il2CppReflectionParameter
impl UnwindSafe for Il2CppReflectionParameter
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