#[repr(C)]pub struct aws_hash_iter {
pub map: *const aws_hash_table,
pub element: aws_hash_element,
pub slot: usize,
pub limit: usize,
pub status: aws_hash_iter_status,
pub unused_0: c_int,
pub unused_1: *mut c_void,
pub unused_2: *mut c_void,
}
Fields
map: *const aws_hash_table
element: aws_hash_element
slot: usize
limit: usize
status: aws_hash_iter_status
unused_0: c_int
unused_1: *mut c_void
unused_2: *mut c_void
Trait Implementations
sourceimpl Clone for aws_hash_iter
impl Clone for aws_hash_iter
sourcefn clone(&self) -> aws_hash_iter
fn clone(&self) -> aws_hash_iter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for aws_hash_iter
impl Debug for aws_hash_iter
sourceimpl Default for aws_hash_iter
impl Default for aws_hash_iter
sourceimpl PartialEq<aws_hash_iter> for aws_hash_iter
impl PartialEq<aws_hash_iter> for aws_hash_iter
sourcefn eq(&self, other: &aws_hash_iter) -> bool
fn eq(&self, other: &aws_hash_iter) -> bool
impl Copy for aws_hash_iter
impl Eq for aws_hash_iter
impl StructuralEq for aws_hash_iter
impl StructuralPartialEq for aws_hash_iter
Auto Trait Implementations
impl RefUnwindSafe for aws_hash_iter
impl !Send for aws_hash_iter
impl !Sync for aws_hash_iter
impl Unpin for aws_hash_iter
impl UnwindSafe for aws_hash_iter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more