#[repr(C)]pub struct _ENCRYPTION_CERTIFICATE_HASH {
pub cbTotalLength: DWORD,
pub pUserSid: *mut SID,
pub pHash: PEFS_HASH_BLOB,
pub lpDisplayInformation: LPWSTR,
}
Fields§
§cbTotalLength: DWORD
§pUserSid: *mut SID
§pHash: PEFS_HASH_BLOB
§lpDisplayInformation: LPWSTR
Trait Implementations§
Source§impl Clone for _ENCRYPTION_CERTIFICATE_HASH
impl Clone for _ENCRYPTION_CERTIFICATE_HASH
Source§fn clone(&self) -> _ENCRYPTION_CERTIFICATE_HASH
fn clone(&self) -> _ENCRYPTION_CERTIFICATE_HASH
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 _ENCRYPTION_CERTIFICATE_HASH
impl Debug for _ENCRYPTION_CERTIFICATE_HASH
Source§impl Ord for _ENCRYPTION_CERTIFICATE_HASH
impl Ord for _ENCRYPTION_CERTIFICATE_HASH
Source§fn cmp(&self, other: &_ENCRYPTION_CERTIFICATE_HASH) -> Ordering
fn cmp(&self, other: &_ENCRYPTION_CERTIFICATE_HASH) -> 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 _ENCRYPTION_CERTIFICATE_HASH
impl PartialEq for _ENCRYPTION_CERTIFICATE_HASH
Source§fn eq(&self, other: &_ENCRYPTION_CERTIFICATE_HASH) -> bool
fn eq(&self, other: &_ENCRYPTION_CERTIFICATE_HASH) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _ENCRYPTION_CERTIFICATE_HASH
impl PartialOrd for _ENCRYPTION_CERTIFICATE_HASH
impl Copy for _ENCRYPTION_CERTIFICATE_HASH
impl Eq for _ENCRYPTION_CERTIFICATE_HASH
impl StructuralPartialEq for _ENCRYPTION_CERTIFICATE_HASH
Auto Trait Implementations§
impl Freeze for _ENCRYPTION_CERTIFICATE_HASH
impl RefUnwindSafe for _ENCRYPTION_CERTIFICATE_HASH
impl !Send for _ENCRYPTION_CERTIFICATE_HASH
impl !Sync for _ENCRYPTION_CERTIFICATE_HASH
impl Unpin for _ENCRYPTION_CERTIFICATE_HASH
impl UnwindSafe for _ENCRYPTION_CERTIFICATE_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