Struct vst3::Steinberg::IStringResultVtbl
source · #[repr(C)]pub struct IStringResultVtbl {
pub base: FUnknownVtbl,
pub setText: unsafe extern "system" fn(this: *mut IStringResult, text: *const char8),
}
Fields§
§base: FUnknownVtbl
§setText: unsafe extern "system" fn(this: *mut IStringResult, text: *const char8)
Trait Implementations§
source§impl Clone for IStringResultVtbl
impl Clone for IStringResultVtbl
source§fn clone(&self) -> IStringResultVtbl
fn clone(&self) -> IStringResultVtbl
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 IStringResultVtbl
Auto Trait Implementations§
impl RefUnwindSafe for IStringResultVtbl
impl Send for IStringResultVtbl
impl Sync for IStringResultVtbl
impl Unpin for IStringResultVtbl
impl UnwindSafe for IStringResultVtbl
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