#[repr(C)]pub struct fq_nmod_mat_struct {
pub entries: *mut fq_nmod_struct,
pub r: slong,
pub c: slong,
pub rows: *mut *mut fq_nmod_struct,
}Fields§
§entries: *mut fq_nmod_struct§r: slong§c: slong§rows: *mut *mut fq_nmod_structAuto Trait Implementations§
impl Freeze for fq_nmod_mat_struct
impl RefUnwindSafe for fq_nmod_mat_struct
impl !Send for fq_nmod_mat_struct
impl !Sync for fq_nmod_mat_struct
impl Unpin for fq_nmod_mat_struct
impl UnwindSafe for fq_nmod_mat_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