#[repr(C)]pub struct ENCRYPTION_PROTECTOR_LIST {
pub nProtectors: u32,
pub pProtectors: *mut *mut ENCRYPTION_PROTECTOR,
}
Expand description
Required features: "Win32_Storage_FileSystem"
, "Win32_Security"
Fields
nProtectors: u32
pProtectors: *mut *mut ENCRYPTION_PROTECTOR
Trait Implementations
impl Clone for ENCRYPTION_PROTECTOR_LIST
impl Clone for ENCRYPTION_PROTECTOR_LIST
impl Copy for ENCRYPTION_PROTECTOR_LIST
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
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