#[repr(C)]pub struct ddsrt_hh_iter {
pub hh: *mut ddsrt_hh,
pub cursor: u32,
}Fields§
§hh: *mut ddsrt_hh§cursor: u32Trait Implementations§
Source§impl Clone for ddsrt_hh_iter
impl Clone for ddsrt_hh_iter
Source§fn clone(&self) -> ddsrt_hh_iter
fn clone(&self) -> ddsrt_hh_iter
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 ddsrt_hh_iter
impl Debug for ddsrt_hh_iter
impl Copy for ddsrt_hh_iter
Auto Trait Implementations§
impl Freeze for ddsrt_hh_iter
impl RefUnwindSafe for ddsrt_hh_iter
impl !Send for ddsrt_hh_iter
impl !Sync for ddsrt_hh_iter
impl Unpin for ddsrt_hh_iter
impl UnsafeUnpin for ddsrt_hh_iter
impl UnwindSafe for ddsrt_hh_iter
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