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