pub struct PluginImportOutput {
pub dllType: Option<i32>,
pub pluginType: Option<i32>,
pub scriptingRuntimeVersion: Option<i32>,
}Expand description
PluginImportOutput is a sub class of the Unity engine since version 5.0.0f4.
Fields§
§dllType: Option<i32>i32: (5.4.0f3 - 2022.3.2f1)
pluginType: Option<i32>i32: (5.0.0f4 - 5.3.8f2)
scriptingRuntimeVersion: Option<i32>i32: (2018.3.0f2 - 2022.3.2f1)
Trait Implementations§
Source§impl Debug for PluginImportOutput
impl Debug for PluginImportOutput
Source§impl<'de> Deserialize<'de> for PluginImportOutput
impl<'de> Deserialize<'de> for PluginImportOutput
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 PluginImportOutput
impl RefUnwindSafe for PluginImportOutput
impl Send for PluginImportOutput
impl Sync for PluginImportOutput
impl Unpin for PluginImportOutput
impl UnwindSafe for PluginImportOutput
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