pub enum StopMode {
AllowFadeout,
Immediate,
}Variants
AllowFadeout
Immediate
Implementations
Trait Implementations
sourceimpl From<StopMode> for FMOD_STUDIO_STOP_MODE
impl From<StopMode> for FMOD_STUDIO_STOP_MODE
sourcefn from(value: StopMode) -> FMOD_STUDIO_STOP_MODE
fn from(value: StopMode) -> FMOD_STUDIO_STOP_MODE
Converts to this type from the input type.
impl Copy for StopMode
impl StructuralPartialEq for StopMode
Auto Trait Implementations
impl RefUnwindSafe for StopMode
impl Send for StopMode
impl Sync for StopMode
impl Unpin for StopMode
impl UnwindSafe for StopMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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