#[repr(C)]pub struct IInterAppAudioPresetManagerVtbl {
pub base: FUnknownVtbl,
pub runLoadPresetBrowser: unsafe extern "system" fn(this: *mut IInterAppAudioPresetManager) -> tresult,
pub runSavePresetBrowser: unsafe extern "system" fn(this: *mut IInterAppAudioPresetManager) -> tresult,
pub loadNextPreset: unsafe extern "system" fn(this: *mut IInterAppAudioPresetManager) -> tresult,
pub loadPreviousPreset: unsafe extern "system" fn(this: *mut IInterAppAudioPresetManager) -> tresult,
}Fields§
§base: FUnknownVtbl§runLoadPresetBrowser: unsafe extern "system" fn(this: *mut IInterAppAudioPresetManager) -> tresult§runSavePresetBrowser: unsafe extern "system" fn(this: *mut IInterAppAudioPresetManager) -> tresult§loadNextPreset: unsafe extern "system" fn(this: *mut IInterAppAudioPresetManager) -> tresult§loadPreviousPreset: unsafe extern "system" fn(this: *mut IInterAppAudioPresetManager) -> tresultTrait Implementations§
Source§impl Clone for IInterAppAudioPresetManagerVtbl
impl Clone for IInterAppAudioPresetManagerVtbl
Source§fn clone(&self) -> IInterAppAudioPresetManagerVtbl
fn clone(&self) -> IInterAppAudioPresetManagerVtbl
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 moreimpl Copy for IInterAppAudioPresetManagerVtbl
Auto Trait Implementations§
impl Freeze for IInterAppAudioPresetManagerVtbl
impl RefUnwindSafe for IInterAppAudioPresetManagerVtbl
impl Send for IInterAppAudioPresetManagerVtbl
impl Sync for IInterAppAudioPresetManagerVtbl
impl Unpin for IInterAppAudioPresetManagerVtbl
impl UnwindSafe for IInterAppAudioPresetManagerVtbl
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