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