#[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: LPWSTRTrait 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 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 Debug for _ENCRYPTION_CERTIFICATE_HASH
impl Debug for _ENCRYPTION_CERTIFICATE_HASH
impl Copy 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