#[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: u32
dwHashOffset: u32
cbHash: u32
Trait Implementations
impl Clone for EFS_DECRYPTION_STATUS_INFO
impl Clone for EFS_DECRYPTION_STATUS_INFO
impl Copy for EFS_DECRYPTION_STATUS_INFO
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more