#[repr(C)]pub struct _Rb_tree__Reuse_or_alloc_node {
pub _M_root: _Rb_tree__Base_ptr,
pub _M_nodes: _Rb_tree__Base_ptr,
pub _M_t: *mut _Rb_tree,
}
Fields§
§_M_root: _Rb_tree__Base_ptr
§_M_nodes: _Rb_tree__Base_ptr
§_M_t: *mut _Rb_tree
Trait Implementations§
Source§impl PartialEq for _Rb_tree__Reuse_or_alloc_node
impl PartialEq for _Rb_tree__Reuse_or_alloc_node
Source§fn eq(&self, other: &_Rb_tree__Reuse_or_alloc_node) -> bool
fn eq(&self, other: &_Rb_tree__Reuse_or_alloc_node) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for _Rb_tree__Reuse_or_alloc_node
impl StructuralPartialEq for _Rb_tree__Reuse_or_alloc_node
Auto Trait Implementations§
impl Freeze for _Rb_tree__Reuse_or_alloc_node
impl RefUnwindSafe for _Rb_tree__Reuse_or_alloc_node
impl !Send for _Rb_tree__Reuse_or_alloc_node
impl !Sync for _Rb_tree__Reuse_or_alloc_node
impl Unpin for _Rb_tree__Reuse_or_alloc_node
impl UnwindSafe for _Rb_tree__Reuse_or_alloc_node
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