#[repr(C)]pub struct DiagnosticEvent {
pub m_graph: Il2CppString,
pub m_dependencies: Array<i32>,
pub m_object_id: i32,
pub m_display_name: Il2CppString,
pub m_stream: i32,
pub m_frame: i32,
pub m_value: i32,
}Expand description
Fields§
§m_graph: Il2CppString§m_dependencies: Array<i32>§m_object_id: i32§m_display_name: Il2CppString§m_stream: i32§m_frame: i32§m_value: i32Implementations§
Source§impl DiagnosticEvent
impl DiagnosticEvent
Sourcepub fn deserialize(data: impl Into<Array<u8>>) -> DiagnosticEvent
pub fn deserialize(data: impl Into<Array<u8>>) -> DiagnosticEvent
Deserialize(::unity::Array<u8>) overload
Source§impl DiagnosticEvent
impl DiagnosticEvent
Sourcepub fn get_graph(&mut self) -> Il2CppString
pub fn get_graph(&mut self) -> Il2CppString
get_Graph() overload
Sourcepub fn get_object_id(&mut self) -> i32
pub fn get_object_id(&mut self) -> i32
get_ObjectId() overload
Sourcepub fn get_display_name(&mut self) -> Il2CppString
pub fn get_display_name(&mut self) -> Il2CppString
get_DisplayName() overload
Sourcepub fn get_dependencies(&mut self) -> Array<i32>
pub fn get_dependencies(&mut self) -> Array<i32>
get_Dependencies() overload
Sourcepub fn get_stream(&mut self) -> i32
pub fn get_stream(&mut self) -> i32
get_Stream() overload
Sourcepub fn ctor(
&mut self,
graph: impl Into<Il2CppString>,
name: impl Into<Il2CppString>,
id: impl Into<i32>,
stream: impl Into<i32>,
frame: impl Into<i32>,
value: impl Into<i32>,
deps: impl Into<Array<i32>>,
)
pub fn ctor( &mut self, graph: impl Into<Il2CppString>, name: impl Into<Il2CppString>, id: impl Into<i32>, stream: impl Into<i32>, frame: impl Into<i32>, value: impl Into<i32>, deps: impl Into<Array<i32>>, )
.ctor(::unity::Il2CppString, ::unity::Il2CppString, i32, i32, i32, i32, ::unity::Array<i32>) overload
Source§impl DiagnosticEvent
impl DiagnosticEvent
pub fn get_graph_method_info() -> &'static MethodInfo
pub fn get_object_id_method_info() -> &'static MethodInfo
pub fn get_display_name_method_info() -> &'static MethodInfo
pub fn get_dependencies_method_info() -> &'static MethodInfo
pub fn get_stream_method_info() -> &'static MethodInfo
pub fn get_frame_method_info() -> &'static MethodInfo
pub fn get_value_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
pub fn serialize_method_info() -> &'static MethodInfo
pub fn deserialize_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for DiagnosticEvent
impl ClassIdentity for DiagnosticEvent
Source§impl Clone for DiagnosticEvent
impl Clone for DiagnosticEvent
Source§fn clone(&self) -> DiagnosticEvent
fn clone(&self) -> DiagnosticEvent
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 moreimpl Copy for DiagnosticEvent
Auto Trait Implementations§
impl Freeze for DiagnosticEvent
impl RefUnwindSafe for DiagnosticEvent
impl !Send for DiagnosticEvent
impl !Sync for DiagnosticEvent
impl Unpin for DiagnosticEvent
impl UnwindSafe for DiagnosticEvent
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)