#[repr(C)]pub struct ICreateErrorInfo {
pub lpVtbl: *mut ICreateErrorInfoVtbl,
}
Fields§
§lpVtbl: *mut ICreateErrorInfoVtbl
Trait Implementations§
Source§impl Clone for ICreateErrorInfo
impl Clone for ICreateErrorInfo
Source§fn clone(&self) -> ICreateErrorInfo
fn clone(&self) -> ICreateErrorInfo
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 ICreateErrorInfo
impl Debug for ICreateErrorInfo
Source§impl Ord for ICreateErrorInfo
impl Ord for ICreateErrorInfo
Source§fn cmp(&self, other: &ICreateErrorInfo) -> Ordering
fn cmp(&self, other: &ICreateErrorInfo) -> 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 ICreateErrorInfo
impl PartialEq for ICreateErrorInfo
Source§impl PartialOrd for ICreateErrorInfo
impl PartialOrd for ICreateErrorInfo
impl Copy for ICreateErrorInfo
impl Eq for ICreateErrorInfo
impl StructuralPartialEq for ICreateErrorInfo
Auto Trait Implementations§
impl Freeze for ICreateErrorInfo
impl RefUnwindSafe for ICreateErrorInfo
impl !Send for ICreateErrorInfo
impl !Sync for ICreateErrorInfo
impl Unpin for ICreateErrorInfo
impl UnwindSafe for ICreateErrorInfo
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