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