#[repr(C)]pub struct SCHANNEL_CERT_HASH {
pub dwLength: DWORD,
pub dwFlags: DWORD,
pub hProv: HCRYPTPROV,
pub ShaHash: [BYTE; 20],
}
Fields§
§dwLength: DWORD
§dwFlags: DWORD
§hProv: HCRYPTPROV
§ShaHash: [BYTE; 20]
Trait Implementations§
Source§impl Clone for SCHANNEL_CERT_HASH
impl Clone for SCHANNEL_CERT_HASH
Source§fn clone(&self) -> SCHANNEL_CERT_HASH
fn clone(&self) -> SCHANNEL_CERT_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 Default for SCHANNEL_CERT_HASH
impl Default for SCHANNEL_CERT_HASH
Source§fn default() -> SCHANNEL_CERT_HASH
fn default() -> SCHANNEL_CERT_HASH
Returns the “default value” for a type. Read more
impl Copy for SCHANNEL_CERT_HASH
Auto Trait Implementations§
impl Freeze for SCHANNEL_CERT_HASH
impl RefUnwindSafe for SCHANNEL_CERT_HASH
impl Send for SCHANNEL_CERT_HASH
impl Sync for SCHANNEL_CERT_HASH
impl Unpin for SCHANNEL_CERT_HASH
impl UnwindSafe for SCHANNEL_CERT_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