#[repr(C)]pub struct mpoly_heap1_s {
pub exp: mp_limb_t,
pub next: *mut c_void,
}Fields§
§exp: mp_limb_t§next: *mut c_voidTrait Implementations§
Source§impl Clone for mpoly_heap1_s
impl Clone for mpoly_heap1_s
Source§fn clone(&self) -> mpoly_heap1_s
fn clone(&self) -> mpoly_heap1_s
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for mpoly_heap1_s
impl Debug for mpoly_heap1_s
impl Copy for mpoly_heap1_s
Auto Trait Implementations§
impl Freeze for mpoly_heap1_s
impl RefUnwindSafe for mpoly_heap1_s
impl !Send for mpoly_heap1_s
impl !Sync for mpoly_heap1_s
impl Unpin for mpoly_heap1_s
impl UnwindSafe for mpoly_heap1_s
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