Struct vst3::Steinberg::Vst::IParameterChangesVtbl
source · #[repr(C)]pub struct IParameterChangesVtbl {
pub base: FUnknownVtbl,
pub getParameterCount: unsafe extern "system" fn(this: *mut IParameterChanges) -> int32,
pub getParameterData: unsafe extern "system" fn(this: *mut IParameterChanges, index: int32) -> *mut IParamValueQueue,
pub addParameterData: unsafe extern "system" fn(this: *mut IParameterChanges, id: *const ParamID, index: *mut int32) -> *mut IParamValueQueue,
}
Fields§
§base: FUnknownVtbl
§getParameterCount: unsafe extern "system" fn(this: *mut IParameterChanges) -> int32
§getParameterData: unsafe extern "system" fn(this: *mut IParameterChanges, index: int32) -> *mut IParamValueQueue
§addParameterData: unsafe extern "system" fn(this: *mut IParameterChanges, id: *const ParamID, index: *mut int32) -> *mut IParamValueQueue
Trait Implementations§
source§impl Clone for IParameterChangesVtbl
impl Clone for IParameterChangesVtbl
source§fn clone(&self) -> IParameterChangesVtbl
fn clone(&self) -> IParameterChangesVtbl
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 IParameterChangesVtbl
Auto Trait Implementations§
impl RefUnwindSafe for IParameterChangesVtbl
impl Send for IParameterChangesVtbl
impl Sync for IParameterChangesVtbl
impl Unpin for IParameterChangesVtbl
impl UnwindSafe for IParameterChangesVtbl
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