[][src]Enum inkwell::values::UnnamedAddress

pub enum UnnamedAddress {
    None,
    Local,
    Global,
}

This enum determines the significance of a GlobalValue's address.

Variants

None

Address of the GlobalValue is significant.

Local

Address of the GlobalValue is locally insignificant.

Global

Address of the GlobalValue is globally insignificant.

Trait Implementations

impl Eq for UnnamedAddress[src]

impl Clone for UnnamedAddress[src]

impl PartialOrd<UnnamedAddress> for UnnamedAddress[src]

impl Ord for UnnamedAddress[src]

impl PartialEq<UnnamedAddress> for UnnamedAddress[src]

impl Copy for UnnamedAddress[src]

impl Debug for UnnamedAddress[src]

Auto Trait Implementations

impl Sync for UnnamedAddress

impl Send for UnnamedAddress

impl Unpin for UnnamedAddress

impl UnwindSafe for UnnamedAddress

impl RefUnwindSafe for UnnamedAddress

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]