pub enum StopMode {
AllowFadeout,
Immediate,
}Variants§
Implementations§
Trait Implementations§
Source§impl From<StopMode> for FMOD_STUDIO_STOP_MODE
impl From<StopMode> for FMOD_STUDIO_STOP_MODE
Source§fn 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 Freeze for StopMode
impl RefUnwindSafe for StopMode
impl Send for StopMode
impl Sync for StopMode
impl Unpin for StopMode
impl UnwindSafe for StopMode
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