Struct flint_sys::mpoly::mpoly_rbtree_ui_struct [−][src]
#[repr(C)]pub struct mpoly_rbtree_ui_struct {
pub length: mp_limb_signed_t,
pub nodes: *mut mpoly_rbnode_ui_struct,
pub node_alloc: mp_limb_signed_t,
pub data: *mut c_char,
pub data_alloc: mp_limb_signed_t,
pub data_size: mp_limb_signed_t,
}Fields
length: mp_limb_signed_tnodes: *mut mpoly_rbnode_ui_structnode_alloc: mp_limb_signed_tdata: *mut c_chardata_alloc: mp_limb_signed_tdata_size: mp_limb_signed_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for mpoly_rbtree_ui_struct
impl !Send for mpoly_rbtree_ui_struct
impl !Sync for mpoly_rbtree_ui_struct
impl Unpin for mpoly_rbtree_ui_struct
impl UnwindSafe for mpoly_rbtree_ui_struct
Blanket Implementations
Mutably borrows from an owned value. Read more