pub struct SubstanceArchive {
pub m_Name: String,
pub m_PackageData: Option<Vec<u8>>,
}Expand description
SubstanceArchive is a class of the Unity engine since version 3.4.0.
Fields§
§m_Name: String§m_PackageData: Option<Vec<u8>>Vec
Trait Implementations§
Source§impl Debug for SubstanceArchive
impl Debug for SubstanceArchive
Source§impl<'de> Deserialize<'de> for SubstanceArchive
impl<'de> Deserialize<'de> for SubstanceArchive
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 SubstanceArchive
impl RefUnwindSafe for SubstanceArchive
impl Send for SubstanceArchive
impl Sync for SubstanceArchive
impl Unpin for SubstanceArchive
impl UnwindSafe for SubstanceArchive
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