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