#[repr(C)]pub struct s_Dataiterator_di_parent {
pub kv: KeyValue,
pub dp: *mut c_uchar,
pub keyp: *mut Id,
}Fields§
§kv: KeyValue§dp: *mut c_uchar§keyp: *mut IdTrait Implementations§
Source§impl Clone for s_Dataiterator_di_parent
impl Clone for s_Dataiterator_di_parent
Source§fn clone(&self) -> s_Dataiterator_di_parent
fn clone(&self) -> s_Dataiterator_di_parent
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 s_Dataiterator_di_parent
impl Debug for s_Dataiterator_di_parent
impl Copy for s_Dataiterator_di_parent
Auto Trait Implementations§
impl Freeze for s_Dataiterator_di_parent
impl RefUnwindSafe for s_Dataiterator_di_parent
impl !Send for s_Dataiterator_di_parent
impl !Sync for s_Dataiterator_di_parent
impl Unpin for s_Dataiterator_di_parent
impl UnwindSafe for s_Dataiterator_di_parent
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