#[repr(C)]pub struct ICapeError_VTable {
pub base: ICobiaBase_VTable,
pub getErrorText: Option<unsafe extern "C" fn(me: *mut c_void, errorText: *mut _ICapeString) -> CapeResult>,
pub getCause: Option<unsafe extern "C" fn(me: *mut c_void, cause: *mut *mut _ICapeError) -> CapeResult>,
pub getSource: Option<unsafe extern "C" fn(me: *mut c_void, componentDescription: *mut _ICapeString) -> CapeResult>,
pub getScope: Option<unsafe extern "C" fn(me: *mut c_void, errorScope: *mut _ICapeString) -> CapeResult>,
}Fields§
§base: ICobiaBase_VTable§getErrorText: Option<unsafe extern "C" fn(me: *mut c_void, errorText: *mut _ICapeString) -> CapeResult>§getCause: Option<unsafe extern "C" fn(me: *mut c_void, cause: *mut *mut _ICapeError) -> CapeResult>§getSource: Option<unsafe extern "C" fn(me: *mut c_void, componentDescription: *mut _ICapeString) -> CapeResult>§getScope: Option<unsafe extern "C" fn(me: *mut c_void, errorScope: *mut _ICapeString) -> CapeResult>Trait Implementations§
Source§impl Clone for ICapeError_VTable
impl Clone for ICapeError_VTable
Source§fn clone(&self) -> ICapeError_VTable
fn clone(&self) -> ICapeError_VTable
Returns a duplicate 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 moreSource§impl Debug for ICapeError_VTable
impl Debug for ICapeError_VTable
impl Copy for ICapeError_VTable
Auto Trait Implementations§
impl Freeze for ICapeError_VTable
impl RefUnwindSafe for ICapeError_VTable
impl Send for ICapeError_VTable
impl Sync for ICapeError_VTable
impl Unpin for ICapeError_VTable
impl UnwindSafe for ICapeError_VTable
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