#[repr(C)]pub struct FMOD_OUTPUT_STATE {
pub plugindata: *mut c_void,
pub readfrommixer: FMOD_OUTPUT_READFROMMIXER_FUNC,
pub alloc: FMOD_OUTPUT_ALLOC_FUNC,
pub free: FMOD_OUTPUT_FREE_FUNC,
pub log: FMOD_OUTPUT_LOG_FUNC,
pub copyport: FMOD_OUTPUT_COPYPORT_FUNC,
pub requestreset: FMOD_OUTPUT_REQUESTRESET_FUNC,
}
Fields§
§plugindata: *mut c_void
§readfrommixer: FMOD_OUTPUT_READFROMMIXER_FUNC
§alloc: FMOD_OUTPUT_ALLOC_FUNC
§free: FMOD_OUTPUT_FREE_FUNC
§log: FMOD_OUTPUT_LOG_FUNC
§copyport: FMOD_OUTPUT_COPYPORT_FUNC
§requestreset: FMOD_OUTPUT_REQUESTRESET_FUNC
Trait Implementations§
Source§impl Clone for FMOD_OUTPUT_STATE
impl Clone for FMOD_OUTPUT_STATE
Source§fn clone(&self) -> FMOD_OUTPUT_STATE
fn clone(&self) -> FMOD_OUTPUT_STATE
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FMOD_OUTPUT_STATE
impl Debug for FMOD_OUTPUT_STATE
Source§impl Default for FMOD_OUTPUT_STATE
impl Default for FMOD_OUTPUT_STATE
Source§impl Hash for FMOD_OUTPUT_STATE
impl Hash for FMOD_OUTPUT_STATE
Source§impl PartialEq for FMOD_OUTPUT_STATE
impl PartialEq for FMOD_OUTPUT_STATE
impl Copy for FMOD_OUTPUT_STATE
impl Eq for FMOD_OUTPUT_STATE
impl StructuralPartialEq for FMOD_OUTPUT_STATE
Auto Trait Implementations§
impl Freeze for FMOD_OUTPUT_STATE
impl RefUnwindSafe for FMOD_OUTPUT_STATE
impl !Send for FMOD_OUTPUT_STATE
impl !Sync for FMOD_OUTPUT_STATE
impl Unpin for FMOD_OUTPUT_STATE
impl UnwindSafe for FMOD_OUTPUT_STATE
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