pub struct PVRImporter {
pub m_Name: String,
pub m_UserData: String,
pub m_AssetBundleName: Option<String>,
pub m_AssetBundleVariant: Option<String>,
}Expand description
PVRImporter is a class of the Unity engine since version 4.0.0.
Fields§
§m_Name: String§m_UserData: String§m_AssetBundleName: Option<String>String: (5.0.0f4 - 5.5.6f1)
m_AssetBundleVariant: Option<String>String: (5.0.0f4 - 5.5.6f1)
Trait Implementations§
Source§impl Debug for PVRImporter
impl Debug for PVRImporter
Source§impl<'de> Deserialize<'de> for PVRImporter
impl<'de> Deserialize<'de> for PVRImporter
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 PVRImporter
impl RefUnwindSafe for PVRImporter
impl Send for PVRImporter
impl Sync for PVRImporter
impl Unpin for PVRImporter
impl UnwindSafe for PVRImporter
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