Struct win_sys::FileSystem::ENCRYPTION_CERTIFICATE
source · [−]#[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: u32pUserSid: *mut SIDpCertBlob: *mut EFS_CERTIFICATE_BLOBTrait Implementations
sourceimpl Clone for ENCRYPTION_CERTIFICATE
impl Clone for ENCRYPTION_CERTIFICATE
sourcepub fn clone(&self) -> ENCRYPTION_CERTIFICATE
pub fn clone(&self) -> ENCRYPTION_CERTIFICATE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ENCRYPTION_CERTIFICATE
impl Debug for ENCRYPTION_CERTIFICATE
sourceimpl Default for ENCRYPTION_CERTIFICATE
impl Default for ENCRYPTION_CERTIFICATE
sourcepub fn default() -> ENCRYPTION_CERTIFICATE
pub fn default() -> ENCRYPTION_CERTIFICATE
Returns the “default value” for a type. Read more
impl Copy for ENCRYPTION_CERTIFICATE
impl Eq 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more