pub struct IDDatabase { /* private fields */ }
Expand description
Represents a database of ID-to-offset mappings loaded from an address library binary file.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IDDatabase
impl !RefUnwindSafe for IDDatabase
impl Send for IDDatabase
impl Sync for IDDatabase
impl Unpin for IDDatabase
impl !UnwindSafe for IDDatabase
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