#[repr(C)]pub struct md5_state {
pub length: ulong64,
pub state: [ulong32; 4],
pub curlen: ulong32,
pub buf: [c_uchar; 64],
}Fields§
§length: ulong64§state: [ulong32; 4]§curlen: ulong32§buf: [c_uchar; 64]Trait Implementations§
Auto Trait Implementations§
impl Freeze for md5_state
impl RefUnwindSafe for md5_state
impl Send for md5_state
impl Sync for md5_state
impl Unpin for md5_state
impl UnwindSafe for md5_state
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