#[repr(C)]pub struct ResourceManager_DiagnosticEventContext {}Expand description
Implementations§
Source§impl ResourceManager_DiagnosticEventContext
impl ResourceManager_DiagnosticEventContext
Sourcepub fn get_operation_handle(&mut self) -> AsyncOperationHandle
pub fn get_operation_handle(&mut self) -> AsyncOperationHandle
get_OperationHandle() overload
Sourcepub fn get_type(&mut self) -> ResourceManager_DiagnosticEventType
pub fn get_type(&mut self) -> ResourceManager_DiagnosticEventType
get_Type() overload
Sourcepub fn get_event_value(&mut self) -> i32
pub fn get_event_value(&mut self) -> i32
get_EventValue() overload
Sourcepub fn get_location(&mut self) -> IResourceLocation
pub fn get_location(&mut self) -> IResourceLocation
get_Location() overload
Sourcepub fn get_context(&mut self) -> Object
pub fn get_context(&mut self) -> Object
get_Context() overload
Sourcepub fn get_error(&mut self) -> Il2CppString
pub fn get_error(&mut self) -> Il2CppString
get_Error() overload
Sourcepub fn ctor(
&mut self,
op: impl Into<AsyncOperationHandle>,
type: impl Into<ResourceManager_DiagnosticEventType>,
event_value: impl Into<i32>,
error: impl Into<Il2CppString>,
context: impl Into<IlInstance>,
)
pub fn ctor( &mut self, op: impl Into<AsyncOperationHandle>, type: impl Into<ResourceManager_DiagnosticEventType>, event_value: impl Into<i32>, error: impl Into<Il2CppString>, context: impl Into<IlInstance>, )
.ctor(crate::unity_engine::resource_management::async_operations::asyncoperationhandle::AsyncOperationHandle, crate::unity_engine::resource_management::resourcemanager::ResourceManager_DiagnosticEventType, i32, ::unity::Il2CppString, ::unity::IlInstance) overload
Source§impl ResourceManager_DiagnosticEventContext
impl ResourceManager_DiagnosticEventContext
pub fn get_operation_handle_method_info() -> &'static MethodInfo
pub fn get_type_method_info() -> &'static MethodInfo
pub fn get_event_value_method_info() -> &'static MethodInfo
pub fn get_location_method_info() -> &'static MethodInfo
pub fn get_context_method_info() -> &'static MethodInfo
pub fn get_error_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for ResourceManager_DiagnosticEventContext
impl Clone for ResourceManager_DiagnosticEventContext
Source§fn clone(&self) -> ResourceManager_DiagnosticEventContext
fn clone(&self) -> ResourceManager_DiagnosticEventContext
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl IlType for ResourceManager_DiagnosticEventContext
impl IlType for ResourceManager_DiagnosticEventContext
impl Copy for ResourceManager_DiagnosticEventContext
Auto Trait Implementations§
impl Freeze for ResourceManager_DiagnosticEventContext
impl RefUnwindSafe for ResourceManager_DiagnosticEventContext
impl Send for ResourceManager_DiagnosticEventContext
impl Sync for ResourceManager_DiagnosticEventContext
impl Unpin for ResourceManager_DiagnosticEventContext
impl UnwindSafe for ResourceManager_DiagnosticEventContext
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)