#[repr(C)]pub struct DynamicLibSym {
pub name: *const c_char,
pub symAddr: *mut *mut c_void,
}
Fields§
§name: *const c_char
§symAddr: *mut *mut c_void
Trait Implementations§
Source§impl Clone for DynamicLibSym
impl Clone for DynamicLibSym
Source§fn clone(&self) -> DynamicLibSym
fn clone(&self) -> DynamicLibSym
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 DynamicLibSym
impl Debug for DynamicLibSym
Source§impl Hash for DynamicLibSym
impl Hash for DynamicLibSym
Source§impl PartialEq for DynamicLibSym
impl PartialEq for DynamicLibSym
impl Copy for DynamicLibSym
impl Eq for DynamicLibSym
impl StructuralPartialEq for DynamicLibSym
Auto Trait Implementations§
impl Freeze for DynamicLibSym
impl RefUnwindSafe for DynamicLibSym
impl !Send for DynamicLibSym
impl !Sync for DynamicLibSym
impl Unpin for DynamicLibSym
impl UnwindSafe for DynamicLibSym
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