#[repr(C)]pub struct tuplehash_iterator {
pub cur: uint32,
pub end: uint32,
pub done: bool,
}
Fields§
§cur: uint32
§end: uint32
§done: bool
Trait Implementations§
Source§impl Clone for tuplehash_iterator
impl Clone for tuplehash_iterator
Source§fn clone(&self) -> tuplehash_iterator
fn clone(&self) -> tuplehash_iterator
Returns a copy 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 tuplehash_iterator
impl Debug for tuplehash_iterator
Source§impl Default for tuplehash_iterator
impl Default for tuplehash_iterator
Source§fn default() -> tuplehash_iterator
fn default() -> tuplehash_iterator
Returns the “default value” for a type. Read more
impl Copy for tuplehash_iterator
Auto Trait Implementations§
impl Freeze for tuplehash_iterator
impl RefUnwindSafe for tuplehash_iterator
impl Send for tuplehash_iterator
impl Sync for tuplehash_iterator
impl Unpin for tuplehash_iterator
impl UnwindSafe for tuplehash_iterator
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