pub struct AddrTable { /* private fields */ }
Expand description
Manages label-to-address relationships
Implementations§
Source§impl AddrTable
impl AddrTable
Auto Trait Implementations§
impl Freeze for AddrTable
impl RefUnwindSafe for AddrTable
impl Send for AddrTable
impl Sync for AddrTable
impl Unpin for AddrTable
impl UnwindSafe for AddrTable
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