Struct windows_sys::Win32::Storage::FileSystem::ENCRYPTION_CERTIFICATE
[−]#[repr(C)]pub struct ENCRYPTION_CERTIFICATE {
pub cbTotalLength: u32,
pub pUserSid: *mut SID,
pub pCertBlob: *mut EFS_CERTIFICATE_BLOB,
}
Expand description
Required features: "Win32_Storage_FileSystem"
, "Win32_Security"
Fields
cbTotalLength: u32
pUserSid: *mut SID
pCertBlob: *mut EFS_CERTIFICATE_BLOB
Trait Implementations
impl Clone for ENCRYPTION_CERTIFICATE
impl Clone for ENCRYPTION_CERTIFICATE
impl Copy for ENCRYPTION_CERTIFICATE
Auto Trait Implementations
impl RefUnwindSafe for ENCRYPTION_CERTIFICATE
impl !Send for ENCRYPTION_CERTIFICATE
impl !Sync for ENCRYPTION_CERTIFICATE
impl Unpin for ENCRYPTION_CERTIFICATE
impl UnwindSafe for ENCRYPTION_CERTIFICATE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more