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