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