#[repr(C)]pub struct NodeStSeg2Df {
pub rb: u32,
pub left: *mut NodeStSeg2Df,
pub right: *mut NodeStSeg2Df,
pub data: Seg2Df,
}Fields§
§rb: u32§left: *mut NodeStSeg2Df§right: *mut NodeStSeg2Df§data: Seg2DfTrait Implementations§
Source§impl Clone for NodeStSeg2Df
impl Clone for NodeStSeg2Df
Source§fn clone(&self) -> NodeStSeg2Df
fn clone(&self) -> NodeStSeg2Df
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NodeStSeg2Df
impl Debug for NodeStSeg2Df
impl Copy for NodeStSeg2Df
Auto Trait Implementations§
impl Freeze for NodeStSeg2Df
impl RefUnwindSafe for NodeStSeg2Df
impl !Send for NodeStSeg2Df
impl !Sync for NodeStSeg2Df
impl Unpin for NodeStSeg2Df
impl UnwindSafe for NodeStSeg2Df
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