#[repr(C)]pub struct ENCRYPTION_CERTIFICATE_LIST {
pub nUsers: DWORD,
pub pUsers: *mut PENCRYPTION_CERTIFICATE,
}
Fields§
§nUsers: DWORD
§pUsers: *mut PENCRYPTION_CERTIFICATE
Trait Implementations§
Source§impl Clone for ENCRYPTION_CERTIFICATE_LIST
impl Clone for ENCRYPTION_CERTIFICATE_LIST
Source§fn clone(&self) -> ENCRYPTION_CERTIFICATE_LIST
fn clone(&self) -> ENCRYPTION_CERTIFICATE_LIST
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for ENCRYPTION_CERTIFICATE_LIST
impl Default for ENCRYPTION_CERTIFICATE_LIST
Source§fn default() -> ENCRYPTION_CERTIFICATE_LIST
fn default() -> ENCRYPTION_CERTIFICATE_LIST
Returns the “default value” for a type. Read more
impl Copy for ENCRYPTION_CERTIFICATE_LIST
Auto Trait Implementations§
impl Freeze for ENCRYPTION_CERTIFICATE_LIST
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