#[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: u32
pUsers: *mut *mut ENCRYPTION_CERTIFICATE
Trait Implementations
impl Clone for ENCRYPTION_CERTIFICATE_LIST
impl Clone for ENCRYPTION_CERTIFICATE_LIST
impl Copy for ENCRYPTION_CERTIFICATE_LIST
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more