pub struct UnityClassIdMap { /* private fields */ }Expand description
Unity class ID to name mapping This is a global registry that maps class IDs to class names
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnityClassIdMap
impl RefUnwindSafe for UnityClassIdMap
impl Send for UnityClassIdMap
impl Sync for UnityClassIdMap
impl Unpin for UnityClassIdMap
impl UnwindSafe for UnityClassIdMap
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