pub(crate) struct SysrootConfig {
pub(crate) profile: Profile,
pub(crate) dst: PathBuf,
pub(crate) force_build_libs: bool,
}
Fields§
§profile: Profile
Profile used to build flux-driver
and libraries
dst: PathBuf
Destination path for sysroot artifacts
force_build_libs: bool
Auto 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