Struct cargo_zigbuild::zig::ZigWrapper
source · pub struct ZigWrapper {
pub cc: PathBuf,
pub cxx: PathBuf,
pub ar: PathBuf,
pub ranlib: PathBuf,
}Expand description
zig wrapper paths
Fields§
§cc: PathBuf§cxx: PathBuf§ar: PathBuf§ranlib: PathBufTrait Implementations§
source§impl Clone for ZigWrapper
impl Clone for ZigWrapper
source§fn clone(&self) -> ZigWrapper
fn clone(&self) -> ZigWrapper
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 more