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: Il2CppObjectClassImpl: *mut Il2CppReflectionTypeDefaultValueImpl: *mut Il2CppObjectMemberImpl: *mut Il2CppObjectNameImpl: *mut Il2CppStringPositionImpl: i32AttrsImpl: u32MarshalAsImpl: *mut Il2CppObjectTrait 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