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