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§