Struct IDirectSoundFXI3DL2Reverb_Vtbl
#[repr(C)]pub struct IDirectSoundFXI3DL2Reverb_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetAllParameters: unsafe extern "system" fn(_: *mut c_void, _: *const DSFXI3DL2Reverb) -> HRESULT,
pub GetAllParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut DSFXI3DL2Reverb) -> HRESULT,
pub SetPreset: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetPreset: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetQuality: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetQuality: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetAllParameters: unsafe extern "system" fn(_: *mut c_void, _: *const DSFXI3DL2Reverb) -> HRESULT
§GetAllParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut DSFXI3DL2Reverb) -> HRESULT
§SetPreset: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetPreset: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetQuality: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§GetQuality: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IDirectSoundFXI3DL2Reverb_Vtbl
impl IDirectSoundFXI3DL2Reverb_Vtbl
pub const fn new<Identity: IDirectSoundFXI3DL2Reverb_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirectSoundFXI3DL2Reverb_Vtbl
impl RefUnwindSafe for IDirectSoundFXI3DL2Reverb_Vtbl
impl Send for IDirectSoundFXI3DL2Reverb_Vtbl
impl Sync for IDirectSoundFXI3DL2Reverb_Vtbl
impl Unpin for IDirectSoundFXI3DL2Reverb_Vtbl
impl UnwindSafe for IDirectSoundFXI3DL2Reverb_Vtbl
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