#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NodeStCol2Dd
Auto Trait Implementations§
impl !Send for NodeStCol2Dd
impl !Sync for NodeStCol2Dd
impl Freeze for NodeStCol2Dd
impl RefUnwindSafe for NodeStCol2Dd
impl Unpin for NodeStCol2Dd
impl UnsafeUnpin 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