Struct scratchstack_wrapper_aws_c_cal::aws_hash
source · #[repr(C)]pub struct aws_hash {
pub allocator: *mut aws_allocator,
pub vtable: *mut aws_hash_vtable,
pub digest_size: usize,
pub good: bool,
pub impl_: *mut c_void,
}
Fields
allocator: *mut aws_allocator
vtable: *mut aws_hash_vtable
digest_size: usize
good: bool
impl_: *mut c_void
Trait Implementations
impl Copy for aws_hash
impl Eq for aws_hash
impl StructuralEq for aws_hash
impl StructuralPartialEq for aws_hash
Auto Trait Implementations
impl RefUnwindSafe for aws_hash
impl !Send for aws_hash
impl !Sync for aws_hash
impl Unpin for aws_hash
impl UnwindSafe for aws_hash
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