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