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