Struct libil2cpp::raw::Il2CppReflectionProperty
source · [−]#[repr(C)]pub struct Il2CppReflectionProperty {
pub object: Il2CppObject,
pub klass: *mut Il2CppClass,
pub property: *const PropertyInfo,
}
Fields
object: Il2CppObject
klass: *mut Il2CppClass
property: *const PropertyInfo
Trait Implementations
sourceimpl Clone for Il2CppReflectionProperty
impl Clone for Il2CppReflectionProperty
sourcefn clone(&self) -> Il2CppReflectionProperty
fn clone(&self) -> Il2CppReflectionProperty
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 Il2CppReflectionProperty
Auto Trait Implementations
impl RefUnwindSafe for Il2CppReflectionProperty
impl !Send for Il2CppReflectionProperty
impl !Sync for Il2CppReflectionProperty
impl Unpin for Il2CppReflectionProperty
impl UnwindSafe for Il2CppReflectionProperty
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