pub(crate) struct SysrootConfig {
pub(crate) profile: Profile,
pub(crate) rust_fixpoint: bool,
pub(crate) dst: PathBuf,
pub(crate) build_libs: BuildLibs,
}Fields§
§profile: ProfileProfile used to build flux-driver and libraries
rust_fixpoint: boolWhether rust-fixpoint should be enabled to build flux-driver
dst: PathBufDestination path for sysroot artifacts
build_libs: BuildLibsAuto Trait Implementations§
impl Freeze for SysrootConfig
impl RefUnwindSafe for SysrootConfig
impl Send for SysrootConfig
impl Sync for SysrootConfig
impl Unpin for SysrootConfig
impl UnwindSafe for SysrootConfig
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