#[repr(C)]pub struct TaskDelegate {
pub vtbl: *const TaskDelegateVirtualTable,
}
Expand description
A delegate structure for task execution in SKSE.
Fields§
§vtbl: *const TaskDelegateVirtualTable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TaskDelegate
impl RefUnwindSafe for TaskDelegate
impl !Send for TaskDelegate
impl !Sync for TaskDelegate
impl Unpin for TaskDelegate
impl UnwindSafe for TaskDelegate
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