Struct win_sys::FileSystem::ENCRYPTION_PROTECTOR [−][src]
#[repr(C)]pub struct ENCRYPTION_PROTECTOR {
pub cbTotalLength: u32,
pub pUserSid: *mut SID,
pub lpProtectorDescriptor: PWSTR,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation, Win32_Security
Fields
cbTotalLength: u32pUserSid: *mut SIDlpProtectorDescriptor: PWSTRTrait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more