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