#[repr(C)]pub struct Dl_serinfo {
pub dls_size: usize,
pub dls_cnt: u32,
pub __bindgen_anon_1: Dl_serinfo__bindgen_ty_1,
}
Fields§
§dls_size: usize
§dls_cnt: u32
§__bindgen_anon_1: Dl_serinfo__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for Dl_serinfo
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§
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