[][src]Enum inkwell::DLLStorageClass

pub enum DLLStorageClass {
    Default,
    Import,
    Export,
}

Variants

DefaultImportExport

Trait Implementations

impl Eq for DLLStorageClass[src]

impl Default for DLLStorageClass[src]

fn default() -> Self[src]

Returns the default value for DLLStorageClass, namely DLLStorageClass::Default.

impl Clone for DLLStorageClass[src]

impl PartialOrd<DLLStorageClass> for DLLStorageClass[src]

impl Ord for DLLStorageClass[src]

impl PartialEq<DLLStorageClass> for DLLStorageClass[src]

impl Copy for DLLStorageClass[src]

impl Debug for DLLStorageClass[src]

Auto Trait Implementations

impl Sync for DLLStorageClass

impl Send for DLLStorageClass

impl Unpin for DLLStorageClass

impl UnwindSafe for DLLStorageClass

impl RefUnwindSafe for DLLStorageClass

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]