Struct wolfssl_sys::wc_Md5
source · #[repr(C)]pub struct wc_Md5 {
pub buffLen: word32,
pub loLen: word32,
pub hiLen: word32,
pub buffer: [word32; 16],
pub digest: [word32; 4],
pub heap: *mut c_void,
}Fields
buffLen: word32loLen: word32hiLen: word32buffer: [word32; 16]digest: [word32; 4]heap: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for wc_Md5
impl !Send for wc_Md5
impl !Sync for wc_Md5
impl Unpin for wc_Md5
impl UnwindSafe for wc_Md5
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