pub struct IndirectionTable(/* private fields */);Expand description
Resolves indirect LoadHandles. See LoadHandle::is_indirect for details.
Implementations§
Source§impl IndirectionTable
impl IndirectionTable
pub fn resolve(&self, indirect_handle: LoadHandle) -> Option<LoadHandle>
Trait Implementations§
Source§impl Clone for IndirectionTable
impl Clone for IndirectionTable
Source§fn clone(&self) -> IndirectionTable
fn clone(&self) -> IndirectionTable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IndirectionTable
impl !RefUnwindSafe for IndirectionTable
impl Send for IndirectionTable
impl Sync for IndirectionTable
impl Unpin for IndirectionTable
impl !UnwindSafe for IndirectionTable
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