vst3
0.1.2
IStringResultTrait
Required Methods
setText
Implementors
In vst3::Steinberg
?
Trait
vst3
::
Steinberg
::
IStringResultTrait
source
·
[
−
]
pub trait IStringResultTrait { // Required method unsafe fn
setText
(&self, text:
*const
char8
); }
Required Methods
§
source
unsafe fn
setText
(&self, text:
*const
char8
)
Implementors
§
source
§
impl<P>
IStringResultTrait
for P
where P:
SmartPtr
, P::
Target
:
Inherits
<
IStringResult
>,