#[repr(C)]pub struct ISpErrorLog {
pub lpVtbl: *const ISpErrorLogVtbl,
}
Fields§
§lpVtbl: *const ISpErrorLogVtbl
Implementations§
Trait Implementations§
Source§impl Deref for ISpErrorLog
impl Deref for ISpErrorLog
Auto Trait Implementations§
impl Freeze for ISpErrorLog
impl RefUnwindSafe for ISpErrorLog
impl !Send for ISpErrorLog
impl !Sync for ISpErrorLog
impl Unpin for ISpErrorLog
impl UnwindSafe for ISpErrorLog
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