#[repr(C)]pub struct NodeStR2Df {
pub rb: u32,
pub left: *mut NodeStR2Df,
pub right: *mut NodeStR2Df,
pub data: R2Df,
}Fields§
§rb: u32§left: *mut NodeStR2Df§right: *mut NodeStR2Df§data: R2DfTrait Implementations§
Source§impl Clone for NodeStR2Df
impl Clone for NodeStR2Df
Source§fn clone(&self) -> NodeStR2Df
fn clone(&self) -> NodeStR2Df
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 NodeStR2Df
impl Debug for NodeStR2Df
impl Copy for NodeStR2Df
Auto Trait Implementations§
impl Freeze for NodeStR2Df
impl RefUnwindSafe for NodeStR2Df
impl !Send for NodeStR2Df
impl !Sync for NodeStR2Df
impl Unpin for NodeStR2Df
impl UnwindSafe for NodeStR2Df
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