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