Struct windows_sys::Win32::Storage::FileSystem::EFS_ENCRYPTION_STATUS_INFO
#[repr(C)]pub struct EFS_ENCRYPTION_STATUS_INFO {
pub bHasCurrentKey: BOOL,
pub dwEncryptionError: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§bHasCurrentKey: BOOL
§dwEncryptionError: u32
Trait Implementations§
§impl Clone for EFS_ENCRYPTION_STATUS_INFO
impl Clone for EFS_ENCRYPTION_STATUS_INFO
impl Copy for EFS_ENCRYPTION_STATUS_INFO
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more