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