Struct nettle_sys::gosthash94_ctx
source · #[repr(C)]pub struct gosthash94_ctx {
pub hash: [u32; 8],
pub sum: [u32; 8],
pub count: u64,
pub index: c_uint,
pub block: [u8; 32],
}
Fields§
§hash: [u32; 8]
§sum: [u32; 8]
§count: u64
§index: c_uint
§block: [u8; 32]
Trait Implementations§
source§impl Clone for gosthash94_ctx
impl Clone for gosthash94_ctx
source§fn clone(&self) -> gosthash94_ctx
fn clone(&self) -> gosthash94_ctx
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for gosthash94_ctx
impl Debug for gosthash94_ctx
impl Copy for gosthash94_ctx
Auto Trait Implementations§
impl RefUnwindSafe for gosthash94_ctx
impl Send for gosthash94_ctx
impl Sync for gosthash94_ctx
impl Unpin for gosthash94_ctx
impl UnwindSafe for gosthash94_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