#[repr(C)]pub struct ENCRYPTION_CERTIFICATE_HASH_LIST {
pub nCert_Hash: u32,
pub pUsers: *mut *mut ENCRYPTION_CERTIFICATE_HASH,
}
Expand description
Required features: "Win32_Storage_FileSystem"
, "Win32_Security"
Fields
nCert_Hash: u32
pUsers: *mut *mut ENCRYPTION_CERTIFICATE_HASH
Trait Implementations
impl Clone for ENCRYPTION_CERTIFICATE_HASH_LIST
impl Clone for ENCRYPTION_CERTIFICATE_HASH_LIST
impl Copy for ENCRYPTION_CERTIFICATE_HASH_LIST
Auto Trait Implementations
impl RefUnwindSafe for ENCRYPTION_CERTIFICATE_HASH_LIST
impl !Send for ENCRYPTION_CERTIFICATE_HASH_LIST
impl !Sync for ENCRYPTION_CERTIFICATE_HASH_LIST
impl Unpin for ENCRYPTION_CERTIFICATE_HASH_LIST
impl UnwindSafe for ENCRYPTION_CERTIFICATE_HASH_LIST
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