Struct win_sys::FileSystem::ENCRYPTION_CERTIFICATE [−][src]
#[repr(C)]pub struct ENCRYPTION_CERTIFICATE {
pub cbTotalLength: u32,
pub pUserSid: *mut SID,
pub pCertBlob: *mut EFS_CERTIFICATE_BLOB,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Security
Fields
cbTotalLength: u32pUserSid: *mut SIDpCertBlob: *mut EFS_CERTIFICATE_BLOBTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ENCRYPTION_CERTIFICATE
impl !Send for ENCRYPTION_CERTIFICATE
impl !Sync for ENCRYPTION_CERTIFICATE
impl Unpin for ENCRYPTION_CERTIFICATE
impl UnwindSafe for ENCRYPTION_CERTIFICATE
Blanket Implementations
Mutably borrows from an owned value. Read more