Struct libil2cpp::raw::Il2CppReflectionMarshal
source · [−]#[repr(C)]pub struct Il2CppReflectionMarshal {
pub object: Il2CppObject,
pub count: i32,
pub type_: i32,
pub eltype: i32,
pub guid: *mut Il2CppString,
pub mcookie: *mut Il2CppString,
pub marshaltype: *mut Il2CppString,
pub marshaltyperef: *mut Il2CppObject,
pub param_num: i32,
pub has_size: u8,
}Fields
object: Il2CppObjectcount: i32type_: i32eltype: i32guid: *mut Il2CppStringmarshaltype: *mut Il2CppStringmarshaltyperef: *mut Il2CppObjectparam_num: i32has_size: u8Trait Implementations
sourceimpl Clone for Il2CppReflectionMarshal
impl Clone for Il2CppReflectionMarshal
sourcefn clone(&self) -> Il2CppReflectionMarshal
fn clone(&self) -> Il2CppReflectionMarshal
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 Il2CppReflectionMarshal
Auto Trait Implementations
impl RefUnwindSafe for Il2CppReflectionMarshal
impl !Send for Il2CppReflectionMarshal
impl !Sync for Il2CppReflectionMarshal
impl Unpin for Il2CppReflectionMarshal
impl UnwindSafe for Il2CppReflectionMarshal
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