Struct ENCRYPTION_PROTECTOR
#[repr(C)]pub struct ENCRYPTION_PROTECTOR {
pub cbTotalLength: u32,
pub pUserSid: *mut SID,
pub lpProtectorDescriptor: PWSTR,
}
Fields§
§cbTotalLength: u32
§pUserSid: *mut SID
§lpProtectorDescriptor: PWSTR
Trait Implementations§
§impl Clone for ENCRYPTION_PROTECTOR
impl Clone for ENCRYPTION_PROTECTOR
§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 moreimpl Copy 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