#[repr(C)]pub struct Dl_serinfo__bindgen_ty_1 {
pub dls_serpath: __BindgenUnionField<[Dl_serpath; 0]>,
pub __dls_serpath_pad: __BindgenUnionField<[Dl_serpath; 1]>,
pub bindgen_union_field: [u64; 2],
}
Fields§
§dls_serpath: __BindgenUnionField<[Dl_serpath; 0]>
§__dls_serpath_pad: __BindgenUnionField<[Dl_serpath; 1]>
§bindgen_union_field: [u64; 2]
Auto Trait Implementations§
impl Freeze for Dl_serinfo__bindgen_ty_1
impl RefUnwindSafe for Dl_serinfo__bindgen_ty_1
impl !Send for Dl_serinfo__bindgen_ty_1
impl !Sync for Dl_serinfo__bindgen_ty_1
impl Unpin for Dl_serinfo__bindgen_ty_1
impl UnwindSafe for Dl_serinfo__bindgen_ty_1
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