#[repr(C)]pub struct AwsCHashIter {
pub map: *const AwsCHashTable,
pub element: AwsCHashElement,
pub slot: usize,
pub status: AwsCHashIterStatus,
/* private fields */
}
Fields
map: *const AwsCHashTable
element: AwsCHashElement
slot: usize
status: AwsCHashIterStatus
Auto Trait Implementations
impl RefUnwindSafe for AwsCHashIter
impl !Send for AwsCHashIter
impl !Sync for AwsCHashIter
impl Unpin for AwsCHashIter
impl UnwindSafe for AwsCHashIter
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