Struct arb_sys::dlog::dlog_precomp_struct
source · [−]#[repr(C)]pub struct dlog_precomp_struct {
pub type_: c_int,
pub cost: mp_limb_t,
pub t: dlog_precomp_struct__bindgen_ty_1,
}Fields
type_: c_intcost: mp_limb_tt: dlog_precomp_struct__bindgen_ty_1Trait Implementations
sourceimpl Clone for dlog_precomp_struct
impl Clone for dlog_precomp_struct
sourcefn clone(&self) -> dlog_precomp_struct
fn clone(&self) -> dlog_precomp_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for dlog_precomp_struct
Auto Trait Implementations
impl RefUnwindSafe for dlog_precomp_struct
impl !Send for dlog_precomp_struct
impl !Sync for dlog_precomp_struct
impl Unpin for dlog_precomp_struct
impl UnwindSafe for dlog_precomp_struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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