pub struct EditorIDMap(/* private fields */);
Expand description
Pointer of BSTHashMap<BSFixedString, *mut TESForm>
& Pointer of BSReadWriteLock
Implementations§
Auto Trait Implementations§
impl Freeze for EditorIDMap
impl RefUnwindSafe for EditorIDMap
impl Send for EditorIDMap
impl Sync for EditorIDMap
impl Unpin for EditorIDMap
impl UnwindSafe for EditorIDMap
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