#[repr(C)]pub struct dlog_rho_struct {
pub a: ulong,
pub n: nmod_t,
pub mod_: nmod_t,
pub nisprime: c_int,
}Fields§
§a: ulong§n: nmod_t§mod_: nmod_t§nisprime: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for dlog_rho_struct
impl RefUnwindSafe for dlog_rho_struct
impl Send for dlog_rho_struct
impl Sync for dlog_rho_struct
impl Unpin for dlog_rho_struct
impl UnsafeUnpin for dlog_rho_struct
impl UnwindSafe for dlog_rho_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