#[repr(C)]pub struct Dl_serpath {
pub dls_name: *mut i8,
pub dls_flags: u32,
}
Fields§
§dls_name: *mut i8
§dls_flags: u32
Trait Implementations§
Source§impl Clone for Dl_serpath
impl Clone for Dl_serpath
Source§fn clone(&self) -> Dl_serpath
fn clone(&self) -> Dl_serpath
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 Dl_serpath
impl Debug for Dl_serpath
impl Copy for Dl_serpath
Auto Trait Implementations§
impl Freeze for Dl_serpath
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§
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