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