#[repr(C)]pub struct padic_mat_struct {
pub mat: fmpz_mat_struct,
pub val: slong,
pub N: slong,
}Fields§
§mat: fmpz_mat_struct§val: slong§N: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for padic_mat_struct
impl RefUnwindSafe for padic_mat_struct
impl !Send for padic_mat_struct
impl !Sync for padic_mat_struct
impl Unpin for padic_mat_struct
impl UnsafeUnpin for padic_mat_struct
impl UnwindSafe for padic_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