#[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_Storage_FileSystem"
, "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
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