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