#[repr(C)]pub struct dlog_precomp_struct__bindgen_ty_1 {
pub table: __BindgenUnionField<dlog_table_t>,
pub bsgs: __BindgenUnionField<dlog_bsgs_t>,
pub crt: __BindgenUnionField<dlog_crt_t>,
pub power: __BindgenUnionField<dlog_power_t>,
pub modpe: __BindgenUnionField<dlog_modpe_t>,
pub order23: __BindgenUnionField<dlog_order23_t>,
pub bindgen_union_field: [u64; 10],
}Fields§
§table: __BindgenUnionField<dlog_table_t>§bsgs: __BindgenUnionField<dlog_bsgs_t>§crt: __BindgenUnionField<dlog_crt_t>§power: __BindgenUnionField<dlog_power_t>§modpe: __BindgenUnionField<dlog_modpe_t>§order23: __BindgenUnionField<dlog_order23_t>§bindgen_union_field: [u64; 10]Trait Implementations§
Auto Trait Implementations§
impl Freeze for dlog_precomp_struct__bindgen_ty_1
impl RefUnwindSafe for dlog_precomp_struct__bindgen_ty_1
impl !Send for dlog_precomp_struct__bindgen_ty_1
impl !Sync for dlog_precomp_struct__bindgen_ty_1
impl Unpin for dlog_precomp_struct__bindgen_ty_1
impl UnsafeUnpin for dlog_precomp_struct__bindgen_ty_1
impl UnwindSafe for dlog_precomp_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