Skip to main content

MsvcBasicName

Trait MsvcBasicName 

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

Required Methods§

Source

fn msvc_basic_name(self) -> &'static str

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

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§