rustc_codegen_llvm::debuginfo::metadata

Trait MsvcBasicName

Source
trait MsvcBasicName {
    // Required method
    fn msvc_basic_name(self) -> &'static str;
}

Required Methods§

Source

fn msvc_basic_name(self) -> &'static str

Implementations on Foreign Types§

Source§

impl MsvcBasicName for FloatTy

Source§

fn msvc_basic_name(self) -> &'static str

Source§

impl MsvcBasicName for IntTy

Source§

fn msvc_basic_name(self) -> &'static str

Source§

impl MsvcBasicName for UintTy

Source§

fn msvc_basic_name(self) -> &'static str

Implementors§