#[repr(C)]pub struct PackedPlayModeBuildLogs_RuntimeBuildLog {
pub type: LogType,
pub message: Il2CppString,
}Expand description
Fields§
§type: LogType§message: Il2CppStringImplementations§
Source§impl PackedPlayModeBuildLogs_RuntimeBuildLog
impl PackedPlayModeBuildLogs_RuntimeBuildLog
Sourcepub fn ctor(
&mut self,
type: impl Into<LogType>,
message: impl Into<Il2CppString>,
)
pub fn ctor( &mut self, type: impl Into<LogType>, message: impl Into<Il2CppString>, )
.ctor(crate::unity_engine::logtype::LogType, ::unity::Il2CppString) overload
Source§impl PackedPlayModeBuildLogs_RuntimeBuildLog
impl PackedPlayModeBuildLogs_RuntimeBuildLog
pub fn ctor_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for PackedPlayModeBuildLogs_RuntimeBuildLog
impl Clone for PackedPlayModeBuildLogs_RuntimeBuildLog
Source§fn clone(&self) -> PackedPlayModeBuildLogs_RuntimeBuildLog
fn clone(&self) -> PackedPlayModeBuildLogs_RuntimeBuildLog
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 PackedPlayModeBuildLogs_RuntimeBuildLog
impl IlType for PackedPlayModeBuildLogs_RuntimeBuildLog
impl Copy for PackedPlayModeBuildLogs_RuntimeBuildLog
Auto Trait Implementations§
impl Freeze for PackedPlayModeBuildLogs_RuntimeBuildLog
impl RefUnwindSafe for PackedPlayModeBuildLogs_RuntimeBuildLog
impl !Send for PackedPlayModeBuildLogs_RuntimeBuildLog
impl !Sync for PackedPlayModeBuildLogs_RuntimeBuildLog
impl Unpin for PackedPlayModeBuildLogs_RuntimeBuildLog
impl UnwindSafe for PackedPlayModeBuildLogs_RuntimeBuildLog
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)