pub enum DebugMode {
Tty,
File,
Callback,
}
Variants§
Implementations§
Trait Implementations§
Source§impl From<DebugMode> for FMOD_DEBUG_MODE
impl From<DebugMode> for FMOD_DEBUG_MODE
Source§fn from(value: DebugMode) -> FMOD_DEBUG_MODE
fn from(value: DebugMode) -> FMOD_DEBUG_MODE
Converts to this type from the input type.
impl Copy for DebugMode
impl StructuralPartialEq for DebugMode
Auto Trait Implementations§
impl Freeze for DebugMode
impl RefUnwindSafe for DebugMode
impl Send for DebugMode
impl Sync for DebugMode
impl Unpin for DebugMode
impl UnwindSafe for DebugMode
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