#[repr(C)]pub struct fmpq_mat_struct {
pub entries: *mut fmpq,
pub r: slong,
pub c: slong,
pub stride: slong,
}Fields§
§entries: *mut fmpq§r: slong§c: slong§stride: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for fmpq_mat_struct
impl RefUnwindSafe for fmpq_mat_struct
impl !Send for fmpq_mat_struct
impl !Sync for fmpq_mat_struct
impl Unpin for fmpq_mat_struct
impl UnsafeUnpin for fmpq_mat_struct
impl UnwindSafe for fmpq_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