#[repr(C)]pub struct NCRYPT_KEY_ACCESS_POLICY_BLOB {
pub dwVersion: u32,
pub dwPolicyFlags: u32,
pub cbUserSid: u32,
pub cbApplicationSid: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwVersion: u32
dwPolicyFlags: u32
cbUserSid: u32
cbApplicationSid: u32
Trait Implementations
impl Clone for NCRYPT_KEY_ACCESS_POLICY_BLOB
impl Clone for NCRYPT_KEY_ACCESS_POLICY_BLOB
impl Copy for NCRYPT_KEY_ACCESS_POLICY_BLOB
Auto Trait Implementations
impl RefUnwindSafe for NCRYPT_KEY_ACCESS_POLICY_BLOB
impl Send for NCRYPT_KEY_ACCESS_POLICY_BLOB
impl Sync for NCRYPT_KEY_ACCESS_POLICY_BLOB
impl Unpin for NCRYPT_KEY_ACCESS_POLICY_BLOB
impl UnwindSafe for NCRYPT_KEY_ACCESS_POLICY_BLOB
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