#[repr(C)]pub struct ENCRYPTION_PROTECTOR_LIST {
pub nProtectors: DWORD,
pub pProtectors: *mut PENCRYPTION_PROTECTOR,
}
Fields§
§nProtectors: DWORD
§pProtectors: *mut PENCRYPTION_PROTECTOR
Trait Implementations§
Source§impl Clone for ENCRYPTION_PROTECTOR_LIST
impl Clone for ENCRYPTION_PROTECTOR_LIST
Source§fn clone(&self) -> ENCRYPTION_PROTECTOR_LIST
fn clone(&self) -> ENCRYPTION_PROTECTOR_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_PROTECTOR_LIST
impl Default for ENCRYPTION_PROTECTOR_LIST
Source§fn default() -> ENCRYPTION_PROTECTOR_LIST
fn default() -> ENCRYPTION_PROTECTOR_LIST
Returns the “default value” for a type. Read more
impl Copy for ENCRYPTION_PROTECTOR_LIST
Auto Trait Implementations§
impl Freeze for ENCRYPTION_PROTECTOR_LIST
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§
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