#[repr(C)]pub struct rb_node { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for rb_node
impl RefUnwindSafe for rb_node
impl Send for rb_node
impl Sync for rb_node
impl Unpin for rb_node
impl UnwindSafe for rb_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