Struct win_sys::FileSystem::EFS_ENCRYPTION_STATUS_INFO [−][src]
#[repr(C)]pub struct EFS_ENCRYPTION_STATUS_INFO {
pub bHasCurrentKey: BOOL,
pub dwEncryptionError: u32,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
bHasCurrentKey: BOOLdwEncryptionError: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EFS_ENCRYPTION_STATUS_INFO
impl Send for EFS_ENCRYPTION_STATUS_INFO
impl Sync for EFS_ENCRYPTION_STATUS_INFO
impl Unpin for EFS_ENCRYPTION_STATUS_INFO
impl UnwindSafe for EFS_ENCRYPTION_STATUS_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more