pub struct AudioImporterOutput {
pub editorOutputContainerFormat: i32,
pub editorOutputSettings: SampleSettings,
pub outputContainerFormat: i32,
pub outputSettings: SampleSettings,
pub playerResource: Option<StreamedResource>,
}Expand description
AudioImporterOutput is a sub class of the Unity engine since version 5.0.0f4.
Fields§
§editorOutputContainerFormat: i32§editorOutputSettings: SampleSettings§outputContainerFormat: i32§outputSettings: SampleSettings§playerResource: Option<StreamedResource>StreamedResource: (5.0.0f4 - 2017.4.40f1)
Trait Implementations§
Source§impl Debug for AudioImporterOutput
impl Debug for AudioImporterOutput
Source§impl<'de> Deserialize<'de> for AudioImporterOutput
impl<'de> Deserialize<'de> for AudioImporterOutput
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 AudioImporterOutput
impl RefUnwindSafe for AudioImporterOutput
impl Send for AudioImporterOutput
impl Sync for AudioImporterOutput
impl Unpin for AudioImporterOutput
impl UnwindSafe for AudioImporterOutput
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