Enum x11_dl::error::OpenErrorKind
source · pub enum OpenErrorKind {
Library,
Symbol,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for OpenErrorKind
impl Clone for OpenErrorKind
source§fn clone(&self) -> OpenErrorKind
fn clone(&self) -> OpenErrorKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OpenErrorKind
impl Debug for OpenErrorKind
source§impl Hash for OpenErrorKind
impl Hash for OpenErrorKind
source§impl PartialEq for OpenErrorKind
impl PartialEq for OpenErrorKind
impl Copy for OpenErrorKind
impl Eq for OpenErrorKind
impl StructuralPartialEq for OpenErrorKind
Auto Trait Implementations§
impl Freeze for OpenErrorKind
impl RefUnwindSafe for OpenErrorKind
impl Send for OpenErrorKind
impl Sync for OpenErrorKind
impl Unpin for OpenErrorKind
impl UnwindSafe for OpenErrorKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)