pub struct ForwardingTable { /* private fields */ }Expand description
Maps old object addresses to their new (relocated) addresses.
Implementations§
Trait Implementations§
Source§impl Default for ForwardingTable
impl Default for ForwardingTable
impl Send for ForwardingTable
impl Sync for ForwardingTable
Auto Trait Implementations§
impl Freeze for ForwardingTable
impl RefUnwindSafe for ForwardingTable
impl Unpin for ForwardingTable
impl UnsafeUnpin for ForwardingTable
impl UnwindSafe for ForwardingTable
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