#[repr(C)]pub struct _fmpz_mat22_struct {
pub _11: fmpz_t,
pub _12: fmpz_t,
pub _21: fmpz_t,
pub _22: fmpz_t,
pub det: c_int,
}Expand description
2x2 integer matrix
Fields§
§_11: fmpz_t§_12: fmpz_t§_21: fmpz_t§_22: fmpz_t§det: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for _fmpz_mat22_struct
impl RefUnwindSafe for _fmpz_mat22_struct
impl Send for _fmpz_mat22_struct
impl Sync for _fmpz_mat22_struct
impl Unpin for _fmpz_mat22_struct
impl UnsafeUnpin for _fmpz_mat22_struct
impl UnwindSafe for _fmpz_mat22_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