#[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 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 moreSource§impl Debug for IErrorInfo
impl Debug for IErrorInfo
Source§impl Ord for IErrorInfo
impl Ord for IErrorInfo
Source§fn cmp(&self, other: &IErrorInfo) -> Ordering
fn cmp(&self, other: &IErrorInfo) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IErrorInfo
impl PartialEq for IErrorInfo
Source§impl PartialOrd for IErrorInfo
impl PartialOrd for IErrorInfo
impl Copy for IErrorInfo
impl Eq for IErrorInfo
impl StructuralPartialEq 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