#[repr(C)]pub struct NodeStR2Dd {
pub rb: u32,
pub left: *mut NodeStR2Dd,
pub right: *mut NodeStR2Dd,
pub data: R2Dd,
}Fields§
§rb: u32§left: *mut NodeStR2Dd§right: *mut NodeStR2Dd§data: R2DdTrait Implementations§
Source§impl Clone for NodeStR2Dd
impl Clone for NodeStR2Dd
Source§fn clone(&self) -> NodeStR2Dd
fn clone(&self) -> NodeStR2Dd
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NodeStR2Dd
impl Debug for NodeStR2Dd
impl Copy for NodeStR2Dd
Auto Trait Implementations§
impl Freeze for NodeStR2Dd
impl RefUnwindSafe for NodeStR2Dd
impl !Send for NodeStR2Dd
impl !Sync for NodeStR2Dd
impl Unpin for NodeStR2Dd
impl UnwindSafe for NodeStR2Dd
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