#[repr(C)]pub struct _Rb_tree_const_iterator {
pub _M_node: _Rb_tree_const_iterator__Base_ptr,
}
Fields§
§_M_node: _Rb_tree_const_iterator__Base_ptr
Trait Implementations§
Source§impl Clone for _Rb_tree_const_iterator
impl Clone for _Rb_tree_const_iterator
Source§fn clone(&self) -> _Rb_tree_const_iterator
fn clone(&self) -> _Rb_tree_const_iterator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _Rb_tree_const_iterator
impl Debug for _Rb_tree_const_iterator
Source§impl Default for _Rb_tree_const_iterator
impl Default for _Rb_tree_const_iterator
Source§impl PartialEq for _Rb_tree_const_iterator
impl PartialEq for _Rb_tree_const_iterator
impl Copy for _Rb_tree_const_iterator
impl Eq for _Rb_tree_const_iterator
impl StructuralPartialEq for _Rb_tree_const_iterator
Auto Trait Implementations§
impl Freeze for _Rb_tree_const_iterator
impl RefUnwindSafe for _Rb_tree_const_iterator
impl !Send for _Rb_tree_const_iterator
impl !Sync for _Rb_tree_const_iterator
impl Unpin for _Rb_tree_const_iterator
impl UnwindSafe for _Rb_tree_const_iterator
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