#[repr(C)]pub struct mpoly_nheap_t {
pub i: ulong,
pub j: ulong,
pub next: *mut mpoly_nheap_t,
pub p: slong,
}Fields§
§i: ulong§j: ulong§next: *mut mpoly_nheap_t§p: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for mpoly_nheap_t
impl RefUnwindSafe for mpoly_nheap_t
impl !Send for mpoly_nheap_t
impl !Sync for mpoly_nheap_t
impl Unpin for mpoly_nheap_t
impl UnsafeUnpin for mpoly_nheap_t
impl UnwindSafe for mpoly_nheap_t
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