Struct flint_sys::mpoly::mpoly_rbnode_ui_struct
source · [−]#[repr(C)]pub struct mpoly_rbnode_ui_struct {
pub key: mp_limb_t,
pub up: mp_limb_signed_t,
pub left: mp_limb_signed_t,
pub right: mp_limb_signed_t,
pub color: c_int,
}Fields
key: mp_limb_tup: mp_limb_signed_tleft: mp_limb_signed_tright: mp_limb_signed_tcolor: c_intTrait Implementations
sourceimpl Clone for mpoly_rbnode_ui_struct
impl Clone for mpoly_rbnode_ui_struct
sourcefn clone(&self) -> mpoly_rbnode_ui_struct
fn clone(&self) -> mpoly_rbnode_ui_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for mpoly_rbnode_ui_struct
impl Debug for mpoly_rbnode_ui_struct
impl Copy for mpoly_rbnode_ui_struct
Auto Trait Implementations
impl RefUnwindSafe for mpoly_rbnode_ui_struct
impl Send for mpoly_rbnode_ui_struct
impl Sync for mpoly_rbnode_ui_struct
impl Unpin for mpoly_rbnode_ui_struct
impl UnwindSafe for mpoly_rbnode_ui_struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more