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