Struct vst3::Steinberg::IDependentVtbl
source · #[repr(C)]pub struct IDependentVtbl {
pub base: FUnknownVtbl,
pub update: unsafe extern "system" fn(this: *mut IDependent, changedUnknown: *mut FUnknown, message: int32),
}
Fields§
§base: FUnknownVtbl
§update: unsafe extern "system" fn(this: *mut IDependent, changedUnknown: *mut FUnknown, message: int32)
Trait Implementations§
source§impl Clone for IDependentVtbl
impl Clone for IDependentVtbl
source§fn clone(&self) -> IDependentVtbl
fn clone(&self) -> IDependentVtbl
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 IDependentVtbl
Auto Trait Implementations§
impl RefUnwindSafe for IDependentVtbl
impl Send for IDependentVtbl
impl Sync for IDependentVtbl
impl Unpin for IDependentVtbl
impl UnwindSafe for IDependentVtbl
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