Struct phper_sys::Dl_serpath
source · [−]Fields
dls_name: *mut c_char
dls_flags: c_uint
Trait Implementations
sourceimpl Clone for Dl_serpath
impl Clone for Dl_serpath
sourcefn clone(&self) -> Dl_serpath
fn clone(&self) -> Dl_serpath
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Dl_serpath
impl Debug for Dl_serpath
impl Copy for Dl_serpath
Auto Trait Implementations
impl RefUnwindSafe for Dl_serpath
impl !Send for Dl_serpath
impl !Sync for Dl_serpath
impl Unpin for Dl_serpath
impl UnwindSafe for Dl_serpath
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more