pub struct LLvmReader { /* private fields */ }Expand description
LLVM IR 读取器
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LLvmReader
impl RefUnwindSafe for LLvmReader
impl Send for LLvmReader
impl Sync for LLvmReader
impl Unpin for LLvmReader
impl UnsafeUnpin for LLvmReader
impl UnwindSafe for LLvmReader
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