Struct windows_sys::Win32::Storage::FileSystem::ENCRYPTION_CERTIFICATE_LIST
#[repr(C)]pub struct ENCRYPTION_CERTIFICATE_LIST {
pub nUsers: u32,
pub pUsers: *mut *mut ENCRYPTION_CERTIFICATE,
}
Expand description
Required features: "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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more