Struct x11_dl::link::DynamicLibrary
source · pub struct DynamicLibrary {
handle: *mut c_void,
}
Fields§
§handle: *mut c_void
Implementations§
Trait Implementations§
source§impl Drop for DynamicLibrary
impl Drop for DynamicLibrary
impl Send for DynamicLibrary
impl Sync for DynamicLibrary
Auto Trait Implementations§
impl Freeze for DynamicLibrary
impl RefUnwindSafe for DynamicLibrary
impl Unpin for DynamicLibrary
impl UnwindSafe for DynamicLibrary
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