#[repr(C)]pub struct DdChildren {
pub T: *mut DdNode,
pub E: *mut DdNode,
}Fields§
§T: *mut DdNode§E: *mut DdNodeTrait Implementations§
Source§impl Clone for DdChildren
impl Clone for DdChildren
Source§fn clone(&self) -> DdChildren
fn clone(&self) -> DdChildren
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 DdChildren
impl Debug for DdChildren
impl Copy for DdChildren
Auto Trait Implementations§
impl Freeze for DdChildren
impl RefUnwindSafe for DdChildren
impl !Send for DdChildren
impl !Sync for DdChildren
impl Unpin for DdChildren
impl UnwindSafe for DdChildren
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