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