#[repr(C)]pub struct nmod_discrete_log_pohlig_hellman_struct {
pub mod_: nmod_t,
pub alpha: ulong,
pub alphainv: ulong,
pub num_factors: slong,
pub entries: *mut nmod_discrete_log_pohlig_hellman_entry_struct,
}Fields§
§mod_: nmod_t§alpha: ulong§alphainv: ulong§num_factors: slong§entries: *mut nmod_discrete_log_pohlig_hellman_entry_structTrait Implementations§
Auto Trait Implementations§
impl Freeze for nmod_discrete_log_pohlig_hellman_struct
impl RefUnwindSafe for nmod_discrete_log_pohlig_hellman_struct
impl !Send for nmod_discrete_log_pohlig_hellman_struct
impl !Sync for nmod_discrete_log_pohlig_hellman_struct
impl Unpin for nmod_discrete_log_pohlig_hellman_struct
impl UnsafeUnpin for nmod_discrete_log_pohlig_hellman_struct
impl UnwindSafe for nmod_discrete_log_pohlig_hellman_struct
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