#[repr(C)]pub struct dd_nodedata {
pub key: dd_bigrange,
pub next: dd_NodePtr,
}Fields§
§key: dd_bigrange§next: dd_NodePtrTrait Implementations§
Source§impl Clone for dd_nodedata
impl Clone for dd_nodedata
Source§fn clone(&self) -> dd_nodedata
fn clone(&self) -> dd_nodedata
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 dd_nodedata
impl Debug for dd_nodedata
impl Copy for dd_nodedata
Auto Trait Implementations§
impl Freeze for dd_nodedata
impl RefUnwindSafe for dd_nodedata
impl !Send for dd_nodedata
impl !Sync for dd_nodedata
impl Unpin for dd_nodedata
impl UnsafeUnpin for dd_nodedata
impl UnwindSafe for dd_nodedata
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