#[repr(C)]pub struct _HMAC_Info {
pub HashAlgid: ALG_ID,
pub pbInnerString: *mut BYTE,
pub cbInnerString: DWORD,
pub pbOuterString: *mut BYTE,
pub cbOuterString: DWORD,
}
Fields§
§HashAlgid: ALG_ID
§pbInnerString: *mut BYTE
§cbInnerString: DWORD
§pbOuterString: *mut BYTE
§cbOuterString: DWORD
Trait Implementations§
Source§impl Clone for _HMAC_Info
impl Clone for _HMAC_Info
Source§fn clone(&self) -> _HMAC_Info
fn clone(&self) -> _HMAC_Info
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 _HMAC_Info
impl Debug for _HMAC_Info
Source§impl Ord for _HMAC_Info
impl Ord for _HMAC_Info
Source§fn cmp(&self, other: &_HMAC_Info) -> Ordering
fn cmp(&self, other: &_HMAC_Info) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _HMAC_Info
impl PartialEq for _HMAC_Info
Source§impl PartialOrd for _HMAC_Info
impl PartialOrd for _HMAC_Info
impl Copy for _HMAC_Info
impl Eq for _HMAC_Info
impl StructuralPartialEq for _HMAC_Info
Auto Trait Implementations§
impl Freeze for _HMAC_Info
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§
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