Struct windows_sys::Win32::Storage::FileSystem::ENCRYPTION_CERTIFICATE_HASH
#[repr(C)]pub struct ENCRYPTION_CERTIFICATE_HASH {
pub cbTotalLength: u32,
pub pUserSid: *mut SID,
pub pHash: *mut EFS_HASH_BLOB,
pub lpDisplayInformation: PWSTR,
}
Expand description
Required features: "Win32_Security"
Fields§
§cbTotalLength: u32
§pUserSid: *mut SID
§pHash: *mut EFS_HASH_BLOB
§lpDisplayInformation: PWSTR
Trait Implementations§
§impl Clone for ENCRYPTION_CERTIFICATE_HASH
impl Clone for ENCRYPTION_CERTIFICATE_HASH
impl Copy for ENCRYPTION_CERTIFICATE_HASH
Auto Trait Implementations§
impl RefUnwindSafe for ENCRYPTION_CERTIFICATE_HASH
impl !Send for ENCRYPTION_CERTIFICATE_HASH
impl !Sync for ENCRYPTION_CERTIFICATE_HASH
impl Unpin for ENCRYPTION_CERTIFICATE_HASH
impl UnwindSafe for ENCRYPTION_CERTIFICATE_HASH
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