Struct win_sys::FileSystem::EFS_KEY_INFO [−][src]
#[repr(C)]pub struct EFS_KEY_INFO {
pub dwVersion: u32,
pub Entropy: u32,
pub Algorithm: u32,
pub KeyLength: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
dwVersion: u32Entropy: u32Algorithm: u32KeyLength: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EFS_KEY_INFO
impl Send for EFS_KEY_INFO
impl Sync for EFS_KEY_INFO
impl Unpin for EFS_KEY_INFO
impl UnwindSafe for EFS_KEY_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more