pub struct ObjectInterface(/* private fields */);
Implementations§
Source§impl ObjectInterface
impl ObjectInterface
pub const VERSION: u32 = 2u32
pub const fn version(&self) -> u32
pub fn get_delay_functor_manager(&self) -> *mut SKSEDelayFunctorManager
pub fn get_object_registry(&self) -> *mut SKSEObjectRegistry
pub fn get_persistent_object_storage(&self) -> *mut SKSEPersistentObjectStorage
Trait Implementations§
Source§impl Clone for ObjectInterface
impl Clone for ObjectInterface
Source§fn clone(&self) -> ObjectInterface
fn clone(&self) -> ObjectInterface
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ObjectInterface
impl RefUnwindSafe for ObjectInterface
impl Send for ObjectInterface
impl Sync for ObjectInterface
impl Unpin for ObjectInterface
impl UnwindSafe for ObjectInterface
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