Struct libloading::error::DlDescription
source · pub struct DlDescription(pub(crate) CString);
Expand description
A dlerror
error.
Tuple Fields§
§0: CString
Trait Implementations§
source§impl Debug for DlDescription
impl Debug for DlDescription
Auto Trait Implementations§
impl Freeze for DlDescription
impl RefUnwindSafe for DlDescription
impl Send for DlDescription
impl Sync for DlDescription
impl Unpin for DlDescription
impl UnwindSafe for DlDescription
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