pub struct ErrorCallbackInfo {
pub result: FmodResult,
pub instancetype: ErrorCallbackInstancetype,
pub instance: *mut c_void,
pub functionname: String,
pub functionparams: String,
}Fields§
§result: FmodResult§instancetype: ErrorCallbackInstancetype§instance: *mut c_void§functionname: String§functionparams: StringTrait Implementations§
Source§impl Clone for ErrorCallbackInfo
impl Clone for ErrorCallbackInfo
Source§fn clone(&self) -> ErrorCallbackInfo
fn clone(&self) -> ErrorCallbackInfo
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 ErrorCallbackInfo
impl Debug for ErrorCallbackInfo
Source§impl Into<FMOD_ERRORCALLBACK_INFO> for ErrorCallbackInfo
impl Into<FMOD_ERRORCALLBACK_INFO> for ErrorCallbackInfo
Source§fn into(self) -> FMOD_ERRORCALLBACK_INFO
fn into(self) -> FMOD_ERRORCALLBACK_INFO
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for ErrorCallbackInfo
impl RefUnwindSafe for ErrorCallbackInfo
impl !Send for ErrorCallbackInfo
impl !Sync for ErrorCallbackInfo
impl Unpin for ErrorCallbackInfo
impl UnwindSafe for ErrorCallbackInfo
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