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