#[repr(C)]pub struct _ICapeError {
pub me: *mut c_void,
pub vTbl: *mut ICapeError_VTable,
}Fields§
§me: *mut c_void§vTbl: *mut ICapeError_VTable!<function pointer table
Trait Implementations§
Source§impl Clone for _ICapeError
impl Clone for _ICapeError
Source§fn clone(&self) -> _ICapeError
fn clone(&self) -> _ICapeError
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
impl Debug for _ICapeError
impl Copy for _ICapeError
Auto Trait Implementations§
impl Freeze for _ICapeError
impl RefUnwindSafe for _ICapeError
impl !Send for _ICapeError
impl !Sync for _ICapeError
impl Unpin for _ICapeError
impl UnwindSafe for _ICapeError
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