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