Enum rustc_typeck::metadata::cstore::NativeLibraryKindUnstable [-] [+] [src]

pub enum NativeLibraryKind {
    NativeStatic,
    NativeFramework,
    NativeUnknown,
}

Variants

NativeStatic
NativeFramework
NativeUnknown

Methods

impl NativeLibraryKind

fn from_u32(u: u32) -> Option<NativeLibraryKind>

Trait Implementations

Derived Implementations

impl PartialEq<NativeLibraryKind> for NativeLibraryKind

fn eq(&self, __arg_0: &NativeLibraryKind) -> bool

fn ne(&self, __arg_0: &NativeLibraryKind) -> bool

impl Clone for NativeLibraryKind

fn clone(&self) -> NativeLibraryKind

fn clone_from(&mut self, source: &Self)

impl Copy for NativeLibraryKind