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