Struct libil2cpp::raw::Il2CppPropertyInfo
source · [−]#[repr(C)]pub struct Il2CppPropertyInfo {
pub parent: *mut Il2CppReflectionType,
pub declaringType: *mut Il2CppReflectionType,
pub name: *mut Il2CppString,
pub get: *mut Il2CppReflectionMethod,
pub set: *mut Il2CppReflectionMethod,
pub attrs: u32,
}
Fields
parent: *mut Il2CppReflectionType
declaringType: *mut Il2CppReflectionType
name: *mut Il2CppString
get: *mut Il2CppReflectionMethod
set: *mut Il2CppReflectionMethod
attrs: u32
Trait Implementations
sourceimpl Clone for Il2CppPropertyInfo
impl Clone for Il2CppPropertyInfo
sourcefn clone(&self) -> Il2CppPropertyInfo
fn clone(&self) -> Il2CppPropertyInfo
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 Il2CppPropertyInfo
impl Debug for Il2CppPropertyInfo
impl Copy for Il2CppPropertyInfo
Auto Trait Implementations
impl RefUnwindSafe for Il2CppPropertyInfo
impl !Send for Il2CppPropertyInfo
impl !Sync for Il2CppPropertyInfo
impl Unpin for Il2CppPropertyInfo
impl UnwindSafe for Il2CppPropertyInfo
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