Struct vst3::Steinberg::Vst::IVst3WrapperMPESupportVtbl
source · #[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) -> tresult
Trait Implementations§
source§impl Clone for IVst3WrapperMPESupportVtbl
impl Clone for IVst3WrapperMPESupportVtbl
source§fn clone(&self) -> IVst3WrapperMPESupportVtbl
fn clone(&self) -> IVst3WrapperMPESupportVtbl
Returns a copy 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 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