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