#[repr(C)]pub struct ICreateErrorInfo {
pub lpVtbl: *mut ICreateErrorInfoVtbl,
}Fields§
§lpVtbl: *mut ICreateErrorInfoVtblTrait Implementations§
Source§impl Clone for ICreateErrorInfo
impl Clone for ICreateErrorInfo
Source§fn clone(&self) -> ICreateErrorInfo
fn clone(&self) -> ICreateErrorInfo
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 ICreateErrorInfo
impl Debug for ICreateErrorInfo
impl Copy 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