Struct windows_sys::Win32::Security::Cryptography::HMAC_Info
[−]#[repr(C)]pub struct HMAC_Info {
pub HashAlgid: u32,
pub pbInnerString: *mut u8,
pub cbInnerString: u32,
pub pbOuterString: *mut u8,
pub cbOuterString: u32,
}
Expand description
Required features: ‘Win32_Security_Cryptography’
Fields
HashAlgid: u32
pbInnerString: *mut u8
cbInnerString: u32
pbOuterString: *mut u8
cbOuterString: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HMAC_Info
impl !Send for HMAC_Info
impl !Sync for HMAC_Info
impl Unpin for HMAC_Info
impl UnwindSafe for HMAC_Info
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more