Struct libil2cpp::raw::CustomAttributesCache
source · [−]#[repr(C)]pub struct CustomAttributesCache {
pub count: c_int,
pub attributes: *mut *mut Il2CppObject,
}
Fields
count: c_int
attributes: *mut *mut Il2CppObject
Trait Implementations
sourceimpl Clone for CustomAttributesCache
impl Clone for CustomAttributesCache
sourcefn clone(&self) -> CustomAttributesCache
fn clone(&self) -> CustomAttributesCache
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 CustomAttributesCache
impl Debug for CustomAttributesCache
impl Copy for CustomAttributesCache
Auto Trait Implementations
impl RefUnwindSafe for CustomAttributesCache
impl !Send for CustomAttributesCache
impl !Sync for CustomAttributesCache
impl Unpin for CustomAttributesCache
impl UnwindSafe for CustomAttributesCache
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