Struct windows_sys::Win32::Storage::FileSystem::ENCRYPTION_PROTECTOR
[−]#[repr(C)]pub struct ENCRYPTION_PROTECTOR {
pub cbTotalLength: u32,
pub pUserSid: *mut SID,
pub lpProtectorDescriptor: PWSTR,
}
Expand description
Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Security’
Fields
cbTotalLength: u32
pUserSid: *mut SID
lpProtectorDescriptor: PWSTR
Trait Implementations
impl Clone for ENCRYPTION_PROTECTOR
impl Clone for ENCRYPTION_PROTECTOR
impl Copy for ENCRYPTION_PROTECTOR
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more