#[repr(C, align(16))]pub struct _SYMCRYPT_HASH {
pub initFunc: PSYMCRYPT_HASH_INIT_FUNC,
pub appendFunc: PSYMCRYPT_HASH_APPEND_FUNC,
pub resultFunc: PSYMCRYPT_HASH_RESULT_FUNC,
pub appendBlockFunc: PSYMCRYPT_HASH_APPEND_BLOCKS_FUNC,
pub stateCopyFunc: PSYMCRYPT_HASH_STATE_COPY_FUNC,
pub stateSize: UINT32,
pub resultSize: UINT32,
pub inputBlockSize: UINT32,
pub chainOffset: UINT32,
pub chainSize: UINT32,
}Fields§
§initFunc: PSYMCRYPT_HASH_INIT_FUNC§appendFunc: PSYMCRYPT_HASH_APPEND_FUNC§resultFunc: PSYMCRYPT_HASH_RESULT_FUNC§appendBlockFunc: PSYMCRYPT_HASH_APPEND_BLOCKS_FUNC§stateCopyFunc: PSYMCRYPT_HASH_STATE_COPY_FUNC§stateSize: UINT32§resultSize: UINT32§inputBlockSize: UINT32§chainOffset: UINT32§chainSize: UINT32Trait Implementations§
Source§impl Clone for _SYMCRYPT_HASH
impl Clone for _SYMCRYPT_HASH
Source§fn clone(&self) -> _SYMCRYPT_HASH
fn clone(&self) -> _SYMCRYPT_HASH
Returns a duplicate 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 _SYMCRYPT_HASH
impl Debug for _SYMCRYPT_HASH
Source§impl Default for _SYMCRYPT_HASH
impl Default for _SYMCRYPT_HASH
Source§fn default() -> _SYMCRYPT_HASH
fn default() -> _SYMCRYPT_HASH
Returns the “default value” for a type. Read more
impl Copy for _SYMCRYPT_HASH
Auto Trait Implementations§
impl Freeze for _SYMCRYPT_HASH
impl RefUnwindSafe for _SYMCRYPT_HASH
impl Send for _SYMCRYPT_HASH
impl Sync for _SYMCRYPT_HASH
impl Unpin for _SYMCRYPT_HASH
impl UnwindSafe for _SYMCRYPT_HASH
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