#[repr(C)]pub struct FMOD_ERRORCALLBACK_INFO {
pub result: FMOD_RESULT,
pub instancetype: FMOD_ERRORCALLBACK_INSTANCETYPE,
pub instance: *mut c_void,
pub functionname: *const c_char,
pub functionparams: *const c_char,
}Fields§
§result: FMOD_RESULT§instancetype: FMOD_ERRORCALLBACK_INSTANCETYPE§instance: *mut c_void§functionname: *const c_char§functionparams: *const c_charTrait Implementations§
Source§impl Clone for FMOD_ERRORCALLBACK_INFO
impl Clone for FMOD_ERRORCALLBACK_INFO
Source§fn clone(&self) -> FMOD_ERRORCALLBACK_INFO
fn clone(&self) -> FMOD_ERRORCALLBACK_INFO
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 FMOD_ERRORCALLBACK_INFO
impl Debug for FMOD_ERRORCALLBACK_INFO
Source§impl Default for FMOD_ERRORCALLBACK_INFO
impl Default for FMOD_ERRORCALLBACK_INFO
Source§impl Hash for FMOD_ERRORCALLBACK_INFO
impl Hash for FMOD_ERRORCALLBACK_INFO
Source§impl PartialEq for FMOD_ERRORCALLBACK_INFO
impl PartialEq for FMOD_ERRORCALLBACK_INFO
impl Copy for FMOD_ERRORCALLBACK_INFO
impl Eq for FMOD_ERRORCALLBACK_INFO
impl StructuralPartialEq for FMOD_ERRORCALLBACK_INFO
Auto Trait Implementations§
impl Freeze for FMOD_ERRORCALLBACK_INFO
impl RefUnwindSafe for FMOD_ERRORCALLBACK_INFO
impl !Send for FMOD_ERRORCALLBACK_INFO
impl !Sync for FMOD_ERRORCALLBACK_INFO
impl Unpin for FMOD_ERRORCALLBACK_INFO
impl UnwindSafe for FMOD_ERRORCALLBACK_INFO
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