Enum rustc::middle::cstore::NativeLibraryKind [] [src]

pub enum NativeLibraryKind {
    NativeStatic,
    NativeFramework,
    NativeUnknown,
}
Unstable (rustc_private)

Variants

NativeStatic
Unstable (rustc_private)
NativeFramework
Unstable (rustc_private)
NativeUnknown
Unstable (rustc_private)

Methods

impl NativeLibraryKind
[src]

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

Trait Implementations

Derived Implementations

impl PartialEq for NativeLibraryKind
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Clone for NativeLibraryKind
[src]

fn clone(&self) -> NativeLibraryKind

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for NativeLibraryKind
[src]