#[repr(C)]pub struct IVst3WrapperMPESupportVtbl {
pub base: FUnknownVtbl,
pub enableMPEInputProcessing: unsafe extern "system" fn(this: *mut IVst3WrapperMPESupport, state: TBool) -> tresult,
pub setMPEInputDeviceSettings: unsafe extern "system" fn(this: *mut IVst3WrapperMPESupport, masterChannel: int32, memberBeginChannel: int32, memberEndChannel: int32) -> tresult,
}Fields§
§base: FUnknownVtbl§enableMPEInputProcessing: unsafe extern "system" fn(this: *mut IVst3WrapperMPESupport, state: TBool) -> tresult§setMPEInputDeviceSettings: unsafe extern "system" fn(this: *mut IVst3WrapperMPESupport, masterChannel: int32, memberBeginChannel: int32, memberEndChannel: int32) -> tresultTrait Implementations§
Source§impl Clone for IVst3WrapperMPESupportVtbl
impl Clone for IVst3WrapperMPESupportVtbl
Source§fn clone(&self) -> IVst3WrapperMPESupportVtbl
fn clone(&self) -> IVst3WrapperMPESupportVtbl
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 IVst3WrapperMPESupportVtbl
Auto Trait Implementations§
impl Freeze for IVst3WrapperMPESupportVtbl
impl RefUnwindSafe for IVst3WrapperMPESupportVtbl
impl Send for IVst3WrapperMPESupportVtbl
impl Sync for IVst3WrapperMPESupportVtbl
impl Unpin for IVst3WrapperMPESupportVtbl
impl UnwindSafe for IVst3WrapperMPESupportVtbl
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