#[repr(C)]pub struct IErrorLog {
pub lpVtbl: *mut IErrorLogVtbl,
}
Fields§
§lpVtbl: *mut IErrorLogVtbl
Trait Implementations§
Source§impl Ord for IErrorLog
impl Ord for IErrorLog
Source§impl PartialOrd for IErrorLog
impl PartialOrd for IErrorLog
impl Copy for IErrorLog
impl Eq for IErrorLog
impl StructuralPartialEq for IErrorLog
Auto Trait Implementations§
impl Freeze for IErrorLog
impl RefUnwindSafe for IErrorLog
impl !Send for IErrorLog
impl !Sync for IErrorLog
impl Unpin for IErrorLog
impl UnwindSafe for IErrorLog
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