Struct windows::Win32::Security::Authentication::Identity::SCHANNEL_CLIENT_SIGNATURE
#[repr(C)]pub struct SCHANNEL_CLIENT_SIGNATURE {
pub cbLength: u32,
pub aiHash: ALG_ID,
pub cbHash: u32,
pub HashValue: [u8; 36],
pub CertThumbprint: [u8; 20],
}
Fields§
§cbLength: u32
§aiHash: ALG_ID
§cbHash: u32
§HashValue: [u8; 36]
§CertThumbprint: [u8; 20]
Trait Implementations§
§impl Clone for SCHANNEL_CLIENT_SIGNATURE
impl Clone for SCHANNEL_CLIENT_SIGNATURE
§fn clone(&self) -> SCHANNEL_CLIENT_SIGNATURE
fn clone(&self) -> SCHANNEL_CLIENT_SIGNATURE
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 more§impl Debug for SCHANNEL_CLIENT_SIGNATURE
impl Debug for SCHANNEL_CLIENT_SIGNATURE
§impl Default for SCHANNEL_CLIENT_SIGNATURE
impl Default for SCHANNEL_CLIENT_SIGNATURE
§impl PartialEq for SCHANNEL_CLIENT_SIGNATURE
impl PartialEq for SCHANNEL_CLIENT_SIGNATURE
§fn eq(&self, other: &SCHANNEL_CLIENT_SIGNATURE) -> bool
fn eq(&self, other: &SCHANNEL_CLIENT_SIGNATURE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SCHANNEL_CLIENT_SIGNATURE
impl Eq for SCHANNEL_CLIENT_SIGNATURE
impl StructuralPartialEq for SCHANNEL_CLIENT_SIGNATURE
Auto Trait Implementations§
impl Freeze for SCHANNEL_CLIENT_SIGNATURE
impl RefUnwindSafe for SCHANNEL_CLIENT_SIGNATURE
impl Send for SCHANNEL_CLIENT_SIGNATURE
impl Sync for SCHANNEL_CLIENT_SIGNATURE
impl Unpin for SCHANNEL_CLIENT_SIGNATURE
impl UnwindSafe for SCHANNEL_CLIENT_SIGNATURE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)