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