pub struct LlvmTools { /* private fields */ }
Expand description
Allows to retrieve paths of llvm tools.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LlvmTools
impl RefUnwindSafe for LlvmTools
impl Send for LlvmTools
impl Sync for LlvmTools
impl Unpin for LlvmTools
impl UnwindSafe for LlvmTools
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