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