#[repr(C)]pub struct SKSEDelayFunctorManager;
Expand description
Dummy structure representing the delay functor manager.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SKSEDelayFunctorManager
impl RefUnwindSafe for SKSEDelayFunctorManager
impl Send for SKSEDelayFunctorManager
impl Sync for SKSEDelayFunctorManager
impl Unpin for SKSEDelayFunctorManager
impl UnwindSafe for SKSEDelayFunctorManager
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