Struct cxx_llvm_build::Dirs
source · pub struct Dirs {
pub swift_project: Option<PathBuf>,
pub llvm_project: PathBuf,
pub llvm_cmake_build: PathBuf,
}Fields§
§swift_project: Option<PathBuf>§llvm_project: PathBuf§llvm_cmake_build: PathBufImplementations§
Auto Trait Implementations§
impl RefUnwindSafe for Dirs
impl Send for Dirs
impl Sync for Dirs
impl Unpin for Dirs
impl UnwindSafe for Dirs
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