Struct vst3::Steinberg::IErrorContextVtbl
source · #[repr(C)]pub struct IErrorContextVtbl {
pub base: FUnknownVtbl,
pub disableErrorUI: unsafe extern "system" fn(this: *mut IErrorContext, state: bool),
pub errorMessageShown: unsafe extern "system" fn(this: *mut IErrorContext) -> tresult,
pub getErrorMessage: unsafe extern "system" fn(this: *mut IErrorContext, message: *mut IString) -> tresult,
}
Fields§
§base: FUnknownVtbl
§disableErrorUI: unsafe extern "system" fn(this: *mut IErrorContext, state: bool)
§errorMessageShown: unsafe extern "system" fn(this: *mut IErrorContext) -> tresult
§getErrorMessage: unsafe extern "system" fn(this: *mut IErrorContext, message: *mut IString) -> tresult
Trait Implementations§
source§impl Clone for IErrorContextVtbl
impl Clone for IErrorContextVtbl
source§fn clone(&self) -> IErrorContextVtbl
fn clone(&self) -> IErrorContextVtbl
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 IErrorContextVtbl
Auto Trait Implementations§
impl RefUnwindSafe for IErrorContextVtbl
impl Send for IErrorContextVtbl
impl Sync for IErrorContextVtbl
impl Unpin for IErrorContextVtbl
impl UnwindSafe for IErrorContextVtbl
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