#[repr(C)]pub struct SKSEPapyrusInterface {
pub interfaceVersion: u32,
pub Register: unsafe extern "C" fn(*mut c_void) -> bool,
}
Expand description
Interface for registering papyrus scripts.
Fields§
§interfaceVersion: u32
The version of the interface.
Register: unsafe extern "C" fn(*mut c_void) -> bool
Registers a papyrus script.
Trait Implementations§
Source§impl Debug for SKSEPapyrusInterface
impl Debug for SKSEPapyrusInterface
Auto Trait Implementations§
impl Freeze for SKSEPapyrusInterface
impl RefUnwindSafe for SKSEPapyrusInterface
impl Send for SKSEPapyrusInterface
impl Sync for SKSEPapyrusInterface
impl Unpin for SKSEPapyrusInterface
impl UnwindSafe for SKSEPapyrusInterface
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