Struct flint_sys::nmod_mat::nmod_mat_struct [−][src]
#[repr(C)]pub struct nmod_mat_struct {
pub entries: *mut mp_limb_t,
pub r: mp_limb_signed_t,
pub c: mp_limb_signed_t,
pub rows: *mut *mut mp_limb_t,
pub mod_: nmod_t,
}Fields
entries: *mut mp_limb_tr: mp_limb_signed_tc: mp_limb_signed_trows: *mut *mut mp_limb_tmod_: nmod_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for nmod_mat_struct
impl !Send for nmod_mat_struct
impl !Sync for nmod_mat_struct
impl Unpin for nmod_mat_struct
impl UnwindSafe for nmod_mat_struct
Blanket Implementations
Mutably borrows from an owned value. Read more