Struct vst3::Steinberg::Vst::IVst3ToVst2Wrapper
source · #[repr(C)]pub struct IVst3ToVst2Wrapper {}
Trait Implementations§
source§impl Clone for IVst3ToVst2Wrapper
impl Clone for IVst3ToVst2Wrapper
source§fn clone(&self) -> IVst3ToVst2Wrapper
fn clone(&self) -> IVst3ToVst2Wrapper
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 IVst3ToVst2Wrapper
impl Send for IVst3ToVst2Wrapper
impl Sync for IVst3ToVst2Wrapper
Auto Trait Implementations§
impl RefUnwindSafe for IVst3ToVst2Wrapper
impl Unpin for IVst3ToVst2Wrapper
impl UnwindSafe for IVst3ToVst2Wrapper
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