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