#[repr(C)]pub struct mpoly_rbnode_fmpz_struct {
pub key: fmpz_t,
pub up: slong,
pub left: slong,
pub right: slong,
pub color: c_int,
}Fields§
§key: fmpz_t§up: slong§left: slong§right: slong§color: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for mpoly_rbnode_fmpz_struct
impl RefUnwindSafe for mpoly_rbnode_fmpz_struct
impl Send for mpoly_rbnode_fmpz_struct
impl Sync for mpoly_rbnode_fmpz_struct
impl Unpin for mpoly_rbnode_fmpz_struct
impl UnsafeUnpin for mpoly_rbnode_fmpz_struct
impl UnwindSafe for mpoly_rbnode_fmpz_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