[][src]Enum shared_library::dynamic_library::SpecialHandles

pub enum SpecialHandles {
    Next,
    Default,
}

Special handles to be used with the symbol_special function. These are provided by a GNU only extension and are not included as part of the POSIX standard.

See https://linux.die.net/man/3/dlsym for their behaviour.

Variants

NextDefault

Auto Trait Implementations

impl Unpin for SpecialHandles

impl Sync for SpecialHandles

impl Send for SpecialHandles

impl UnwindSafe for SpecialHandles

impl RefUnwindSafe for SpecialHandles

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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> Borrow<T> for T where
    T: ?Sized
[src]

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

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