Struct windows::Win32::Storage::FileSystem::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 more§impl Debug for ENCRYPTION_PROTECTOR
impl Debug for ENCRYPTION_PROTECTOR
§impl Default for ENCRYPTION_PROTECTOR
impl Default for ENCRYPTION_PROTECTOR
§impl PartialEq for ENCRYPTION_PROTECTOR
impl PartialEq for ENCRYPTION_PROTECTOR
§fn eq(&self, other: &ENCRYPTION_PROTECTOR) -> bool
fn eq(&self, other: &ENCRYPTION_PROTECTOR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)