#[repr(C)]pub struct ca_ext_struct__bindgen_ty_1 {
pub qqbar: __BindgenUnionField<ca_ext_qqbar>,
pub func_data: __BindgenUnionField<ca_ext_func_data>,
pub bindgen_union_field: [u64; 16],
}Fields§
§qqbar: __BindgenUnionField<ca_ext_qqbar>§func_data: __BindgenUnionField<ca_ext_func_data>§bindgen_union_field: [u64; 16]Auto Trait Implementations§
impl Freeze for ca_ext_struct__bindgen_ty_1
impl RefUnwindSafe for ca_ext_struct__bindgen_ty_1
impl !Send for ca_ext_struct__bindgen_ty_1
impl !Sync for ca_ext_struct__bindgen_ty_1
impl Unpin for ca_ext_struct__bindgen_ty_1
impl UnwindSafe for ca_ext_struct__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