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