Struct windows_sys::Win32::Storage::FileSystem::EFS_KEY_INFO
#[repr(C)]pub struct EFS_KEY_INFO {
pub dwVersion: u32,
pub Entropy: u32,
pub Algorithm: ALG_ID,
pub KeyLength: u32,
}Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§dwVersion: u32§Entropy: u32§Algorithm: ALG_ID§KeyLength: u32Trait Implementations§
§impl Clone for EFS_KEY_INFO
impl Clone for EFS_KEY_INFO
impl Copy for EFS_KEY_INFO
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§
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