Enum ark_api::world::AudioClipResource
source · [−]pub enum AudioClipResource {
Ogg(ResourceHandleRepr),
Wav(ResourceHandleRepr),
}
Expand description
Represents an audio clip resource
Variants
Ogg(ResourceHandleRepr)
Audio clip resource of ogg
type
Wav(ResourceHandleRepr)
Audio clip resource of wav
type
Auto Trait Implementations
impl RefUnwindSafe for AudioClipResource
impl Send for AudioClipResource
impl Sync for AudioClipResource
impl Unpin for AudioClipResource
impl UnwindSafe for AudioClipResource
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more