ICloneableTrait
vst3
0.3.0
ICloneable
Trait
Required Methods
clone
Implementors
In vst3::
Steinberg
vst3
::
Steinberg
Trait
ICloneable
Trait
Copy item path
Source
pub trait ICloneableTrait { // Required method unsafe fn
clone
(&self) ->
*mut
FUnknown
; }
Required Methods
§
Source
unsafe fn
clone
(&self) ->
*mut
FUnknown
Implementors
§
Source
§
impl<P>
ICloneableTrait
for P
where P:
SmartPtr
, P::
Target
:
Inherits
<
ICloneable
>,