#[repr(C)]pub struct nmod_redc_ctx_struct {
pub mod_: nmod_t,
pub nred: ulong,
}Fields§
§mod_: nmod_t§nred: ulongTrait Implementations§
Auto Trait Implementations§
impl Freeze for nmod_redc_ctx_struct
impl RefUnwindSafe for nmod_redc_ctx_struct
impl Send for nmod_redc_ctx_struct
impl Sync for nmod_redc_ctx_struct
impl Unpin for nmod_redc_ctx_struct
impl UnsafeUnpin for nmod_redc_ctx_struct
impl UnwindSafe for nmod_redc_ctx_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