Struct win_sys::FileSystem::ENCRYPTION_CERTIFICATE_HASH_LIST [−][src]
#[repr(C)]pub struct ENCRYPTION_CERTIFICATE_HASH_LIST {
pub nCert_Hash: u32,
pub pUsers: *mut *mut ENCRYPTION_CERTIFICATE_HASH,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation, Win32_Security
Fields
nCert_Hash: u32pUsers: *mut *mut ENCRYPTION_CERTIFICATE_HASHTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for ENCRYPTION_CERTIFICATE_HASH_LIST
impl !Sync for ENCRYPTION_CERTIFICATE_HASH_LIST
impl Unpin for ENCRYPTION_CERTIFICATE_HASH_LIST
Blanket Implementations
Mutably borrows from an owned value. Read more