Struct win_sys::FileSystem::ENCRYPTION_CERTIFICATE_HASH [−][src]
#[repr(C)]pub struct ENCRYPTION_CERTIFICATE_HASH {
pub cbTotalLength: u32,
pub pUserSid: *mut SID,
pub pHash: *mut EFS_HASH_BLOB,
pub lpDisplayInformation: PWSTR,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation, Win32_Security
Fields
cbTotalLength: u32pUserSid: *mut SIDpHash: *mut EFS_HASH_BLOBlpDisplayInformation: PWSTRTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more