enum Kind [src]
Fields
noneNo dynamic linker.
arch_osDynamic linker path is determined by the arch/OS components.
arch_os_abiDynamic linker path is determined by the arch/OS/ABI components.
Source
pub const Kind = enum {
/// No dynamic linker.
none,
/// Dynamic linker path is determined by the arch/OS components.
arch_os,
/// Dynamic linker path is determined by the arch/OS/ABI components.
arch_os_abi,
}