pub enum ErrorCallbackInstancetype {
Show 19 variants
None,
System,
Channel,
ChannelGroup,
ChannelControl,
Sound,
SoundGroup,
Dsp,
DspConnection,
Geometry,
Reverb3d,
Studio,
EventDescription,
EventInstance,
ParameterInstance,
Bus,
Vca,
Bank,
CommandReplay,
}Variants§
None
System
Channel
ChannelGroup
ChannelControl
Sound
SoundGroup
Dsp
DspConnection
Geometry
Reverb3d
Studio
EventDescription
EventInstance
ParameterInstance
Bus
Vca
Bank
CommandReplay
Implementations§
Source§impl ErrorCallbackInstancetype
impl ErrorCallbackInstancetype
pub fn from( value: FMOD_ERRORCALLBACK_INSTANCETYPE, ) -> Result<ErrorCallbackInstancetype, Error>
Trait Implementations§
Source§impl Clone for ErrorCallbackInstancetype
impl Clone for ErrorCallbackInstancetype
Source§fn clone(&self) -> ErrorCallbackInstancetype
fn clone(&self) -> ErrorCallbackInstancetype
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ErrorCallbackInstancetype
impl Debug for ErrorCallbackInstancetype
Source§impl From<ErrorCallbackInstancetype> for FMOD_ERRORCALLBACK_INSTANCETYPE
impl From<ErrorCallbackInstancetype> for FMOD_ERRORCALLBACK_INSTANCETYPE
Source§fn from(value: ErrorCallbackInstancetype) -> FMOD_ERRORCALLBACK_INSTANCETYPE
fn from(value: ErrorCallbackInstancetype) -> FMOD_ERRORCALLBACK_INSTANCETYPE
Converts to this type from the input type.
impl Copy for ErrorCallbackInstancetype
impl StructuralPartialEq for ErrorCallbackInstancetype
Auto Trait Implementations§
impl Freeze for ErrorCallbackInstancetype
impl RefUnwindSafe for ErrorCallbackInstancetype
impl Send for ErrorCallbackInstancetype
impl Sync for ErrorCallbackInstancetype
impl Unpin for ErrorCallbackInstancetype
impl UnwindSafe for ErrorCallbackInstancetype
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