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