pub struct LlvmOutput {
pub host_llvm_config: PathBuf,
llvm_root_dir: PathBuf,
}Expand description
Result of building or downloading LLVM artifacts.
Fields§
§host_llvm_config: PathBufPath to llvm-config binary. NB: This is always the host llvm-config!
llvm_root_dir: PathBufImplementations§
Trait Implementations§
Source§impl Clone for LlvmOutput
impl Clone for LlvmOutput
Source§fn clone(&self) -> LlvmOutput
fn clone(&self) -> LlvmOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LlvmOutput
impl RefUnwindSafe for LlvmOutput
impl Send for LlvmOutput
impl Sync for LlvmOutput
impl Unpin for LlvmOutput
impl UnsafeUnpin for LlvmOutput
impl UnwindSafe for LlvmOutput
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Pointable for T
impl<T> Pointable for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 48 bytes