Expand description
Settings controlling how the sysroot will be built.
Variants§
NoStd
Build a no-std (only core and alloc) sysroot.
WithStd
Build a full sysroot with the std and test crates.
Trait Implementations§
source§impl Clone for SysrootConfig
impl Clone for SysrootConfig
source§fn clone(&self) -> SysrootConfig
fn clone(&self) -> SysrootConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SysrootConfig
impl Debug for SysrootConfig
source§impl Hash for SysrootConfig
impl Hash for SysrootConfig
source§impl PartialEq<SysrootConfig> for SysrootConfig
impl PartialEq<SysrootConfig> for SysrootConfig
source§fn eq(&self, other: &SysrootConfig) -> bool
fn eq(&self, other: &SysrootConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.