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