pub struct ImportLog_ImportLogEntry {
pub file: String,
pub line: i32,
pub message: String,
pub mode: i32,
pub object: PPtr,
}Expand description
ImportLog_ImportLogEntry is a sub class of the Unity engine since version 2022.2.0b1.
Fields§
§file: String§line: i32§message: String§mode: i32§object: PPtrPPtr<[Object]>: (2022.2.0b1 - 2022.3.2f1)
Trait Implementations§
Source§impl Debug for ImportLog_ImportLogEntry
impl Debug for ImportLog_ImportLogEntry
Source§impl<'de> Deserialize<'de> for ImportLog_ImportLogEntry
impl<'de> Deserialize<'de> for ImportLog_ImportLogEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ImportLog_ImportLogEntry
impl RefUnwindSafe for ImportLog_ImportLogEntry
impl Send for ImportLog_ImportLogEntry
impl Sync for ImportLog_ImportLogEntry
impl Unpin for ImportLog_ImportLogEntry
impl UnwindSafe for ImportLog_ImportLogEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more