pub enum DspCallbackType {
Dataparameterrelease,
Max,
}
Variants§
Implementations§
Source§impl DspCallbackType
impl DspCallbackType
pub fn from(value: FMOD_DSP_CALLBACK_TYPE) -> Result<DspCallbackType, Error>
Trait Implementations§
Source§impl Clone for DspCallbackType
impl Clone for DspCallbackType
Source§fn clone(&self) -> DspCallbackType
fn clone(&self) -> DspCallbackType
Returns a copy 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 DspCallbackType
impl Debug for DspCallbackType
Source§impl From<DspCallbackType> for FMOD_DSP_CALLBACK_TYPE
impl From<DspCallbackType> for FMOD_DSP_CALLBACK_TYPE
Source§fn from(value: DspCallbackType) -> FMOD_DSP_CALLBACK_TYPE
fn from(value: DspCallbackType) -> FMOD_DSP_CALLBACK_TYPE
Converts to this type from the input type.
Source§impl PartialEq for DspCallbackType
impl PartialEq for DspCallbackType
impl Copy for DspCallbackType
impl StructuralPartialEq for DspCallbackType
Auto Trait Implementations§
impl Freeze for DspCallbackType
impl RefUnwindSafe for DspCallbackType
impl Send for DspCallbackType
impl Sync for DspCallbackType
impl Unpin for DspCallbackType
impl UnwindSafe for DspCallbackType
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