#[repr(C)]pub struct nmod_poly_res_struct {
pub res: ulong,
pub lc: ulong,
pub len0: slong,
pub len1: slong,
pub off: slong,
}Fields§
§res: ulong§lc: ulong§len0: slong§len1: slong§off: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for nmod_poly_res_struct
impl RefUnwindSafe for nmod_poly_res_struct
impl Send for nmod_poly_res_struct
impl Sync for nmod_poly_res_struct
impl Unpin for nmod_poly_res_struct
impl UnsafeUnpin for nmod_poly_res_struct
impl UnwindSafe for nmod_poly_res_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