#[repr(C)]pub struct _ENCRYPTION_PROTECTOR_LIST {
pub nProtectors: DWORD,
pub pProtectors: *mut PENCRYPTION_PROTECTOR,
}Fields§
§nProtectors: DWORD§pProtectors: *mut PENCRYPTION_PROTECTORTrait 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 Debug for _ENCRYPTION_PROTECTOR_LIST
impl Debug for _ENCRYPTION_PROTECTOR_LIST
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