Enum x11_dl::error::OpenErrorKind [] [src]

pub enum OpenErrorKind {
    Library,
    Symbol,
}

Variants

Library
Symbol

Methods

impl OpenErrorKind

fn as_str(self) -> &'static str

Trait Implementations

Derived Implementations

impl Debug for OpenErrorKind

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for OpenErrorKind

impl Clone for OpenErrorKind

fn clone(&self) -> OpenErrorKind

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