pub struct Symtab(/* private fields */);Expand description
Models the SYMTAB_BLOCK block.
For now, this is an opaque block: it’s really only used to accelerate LTO, so we don’t attempt to expand its fields here.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Symtab
impl RefUnwindSafe for Symtab
impl Send for Symtab
impl Sync for Symtab
impl Unpin for Symtab
impl UnwindSafe for Symtab
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