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