vst3
0.1.2
ICloneableTrait
Required Methods
clone
Implementors
In vst3::Steinberg
?
Trait
vst3
::
Steinberg
::
ICloneableTrait
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
>,