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