Struct nettle_sys::md5_ctx
source · #[repr(C)]pub struct md5_ctx {
pub state: [u32; 4],
pub count: u64,
pub index: c_uint,
pub block: [u8; 64],
}Fields§
§state: [u32; 4]§count: u64§index: c_uint§block: [u8; 64]Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for md5_ctx
impl Send for md5_ctx
impl Sync for md5_ctx
impl Unpin for md5_ctx
impl UnwindSafe for md5_ctx
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more