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