Struct win_sys::FileSystem::ENCRYPTION_CERTIFICATE_LIST [−][src]
#[repr(C)]pub struct ENCRYPTION_CERTIFICATE_LIST {
pub nUsers: u32,
pub pUsers: *mut *mut ENCRYPTION_CERTIFICATE,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Security
Fields
nUsers: u32pUsers: *mut *mut ENCRYPTION_CERTIFICATETrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ENCRYPTION_CERTIFICATE_LIST
impl !Send for ENCRYPTION_CERTIFICATE_LIST
impl !Sync for ENCRYPTION_CERTIFICATE_LIST
impl Unpin for ENCRYPTION_CERTIFICATE_LIST
impl UnwindSafe for ENCRYPTION_CERTIFICATE_LIST
Blanket Implementations
Mutably borrows from an owned value. Read more