#[repr(C)]pub struct mpoly_heap1_s {
pub exp: ulong,
pub next: *mut c_void,
}Fields§
§exp: ulong§next: *mut c_voidTrait Implementations§
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 UnsafeUnpin 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