Struct phper_sys::Dl_serinfo
source · [−]#[repr(C)]pub struct Dl_serinfo {
pub dls_size: size_t,
pub dls_cnt: c_uint,
pub __bindgen_anon_1: Dl_serinfo__bindgen_ty_1,
}
Fields
dls_size: size_t
dls_cnt: c_uint
__bindgen_anon_1: Dl_serinfo__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for Dl_serinfo
impl !Send for Dl_serinfo
impl !Sync for Dl_serinfo
impl Unpin for Dl_serinfo
impl UnwindSafe for Dl_serinfo
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