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§
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