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