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