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