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
sourceimpl ErrorCallbackInstancetype
impl ErrorCallbackInstancetype
pub fn from(
value: FMOD_ERRORCALLBACK_INSTANCETYPE
) -> Result<ErrorCallbackInstancetype, Error>
Trait Implementations
sourceimpl Clone for ErrorCallbackInstancetype
impl Clone for ErrorCallbackInstancetype
sourcefn clone(&self) -> ErrorCallbackInstancetype
fn clone(&self) -> ErrorCallbackInstancetype
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ErrorCallbackInstancetype
impl Debug for ErrorCallbackInstancetype
sourceimpl From<ErrorCallbackInstancetype> for FMOD_ERRORCALLBACK_INSTANCETYPE
impl From<ErrorCallbackInstancetype> for FMOD_ERRORCALLBACK_INSTANCETYPE
sourcefn from(value: ErrorCallbackInstancetype) -> FMOD_ERRORCALLBACK_INSTANCETYPE
fn from(value: ErrorCallbackInstancetype) -> FMOD_ERRORCALLBACK_INSTANCETYPE
Converts to this type from the input type.
sourceimpl PartialEq<ErrorCallbackInstancetype> for ErrorCallbackInstancetype
impl PartialEq<ErrorCallbackInstancetype> for ErrorCallbackInstancetype
sourcefn eq(&self, other: &ErrorCallbackInstancetype) -> bool
fn eq(&self, other: &ErrorCallbackInstancetype) -> bool
impl Copy for ErrorCallbackInstancetype
impl StructuralPartialEq for ErrorCallbackInstancetype
Auto Trait Implementations
impl RefUnwindSafe for ErrorCallbackInstancetype
impl Send for ErrorCallbackInstancetype
impl Sync for ErrorCallbackInstancetype
impl Unpin for ErrorCallbackInstancetype
impl UnwindSafe for ErrorCallbackInstancetype
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