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