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