#[repr(C)]pub struct _ENCRYPTION_PROTECTOR {
pub cbTotalLength: DWORD,
pub pUserSid: *mut SID,
pub lpProtectorDescriptor: LPWSTR,
}
Fields§
§cbTotalLength: DWORD
§pUserSid: *mut SID
§lpProtectorDescriptor: LPWSTR
Trait Implementations§
Source§impl Clone for _ENCRYPTION_PROTECTOR
impl Clone for _ENCRYPTION_PROTECTOR
Source§fn clone(&self) -> _ENCRYPTION_PROTECTOR
fn clone(&self) -> _ENCRYPTION_PROTECTOR
Returns a copy 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
impl Debug for _ENCRYPTION_PROTECTOR
Source§impl Ord for _ENCRYPTION_PROTECTOR
impl Ord for _ENCRYPTION_PROTECTOR
Source§fn cmp(&self, other: &_ENCRYPTION_PROTECTOR) -> Ordering
fn cmp(&self, other: &_ENCRYPTION_PROTECTOR) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _ENCRYPTION_PROTECTOR
impl PartialEq for _ENCRYPTION_PROTECTOR
Source§impl PartialOrd for _ENCRYPTION_PROTECTOR
impl PartialOrd for _ENCRYPTION_PROTECTOR
impl Copy for _ENCRYPTION_PROTECTOR
impl Eq for _ENCRYPTION_PROTECTOR
impl StructuralPartialEq for _ENCRYPTION_PROTECTOR
Auto Trait Implementations§
impl Freeze for _ENCRYPTION_PROTECTOR
impl RefUnwindSafe for _ENCRYPTION_PROTECTOR
impl !Send for _ENCRYPTION_PROTECTOR
impl !Sync for _ENCRYPTION_PROTECTOR
impl Unpin for _ENCRYPTION_PROTECTOR
impl UnwindSafe for _ENCRYPTION_PROTECTOR
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