#[repr(C)]pub struct __NCRYPT_KEY_ACCESS_POLICY_BLOB {
pub dwVersion: DWORD,
pub dwPolicyFlags: DWORD,
pub cbUserSid: DWORD,
pub cbApplicationSid: DWORD,
}
Fields§
§dwVersion: DWORD
§dwPolicyFlags: DWORD
§cbUserSid: DWORD
§cbApplicationSid: DWORD
Trait Implementations§
Source§impl Clone for __NCRYPT_KEY_ACCESS_POLICY_BLOB
impl Clone for __NCRYPT_KEY_ACCESS_POLICY_BLOB
Source§fn clone(&self) -> __NCRYPT_KEY_ACCESS_POLICY_BLOB
fn clone(&self) -> __NCRYPT_KEY_ACCESS_POLICY_BLOB
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Ord for __NCRYPT_KEY_ACCESS_POLICY_BLOB
impl Ord for __NCRYPT_KEY_ACCESS_POLICY_BLOB
Source§fn cmp(&self, other: &__NCRYPT_KEY_ACCESS_POLICY_BLOB) -> Ordering
fn cmp(&self, other: &__NCRYPT_KEY_ACCESS_POLICY_BLOB) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for __NCRYPT_KEY_ACCESS_POLICY_BLOB
impl PartialEq for __NCRYPT_KEY_ACCESS_POLICY_BLOB
Source§fn eq(&self, other: &__NCRYPT_KEY_ACCESS_POLICY_BLOB) -> bool
fn eq(&self, other: &__NCRYPT_KEY_ACCESS_POLICY_BLOB) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for __NCRYPT_KEY_ACCESS_POLICY_BLOB
impl PartialOrd for __NCRYPT_KEY_ACCESS_POLICY_BLOB
impl Copy for __NCRYPT_KEY_ACCESS_POLICY_BLOB
impl Eq for __NCRYPT_KEY_ACCESS_POLICY_BLOB
impl StructuralPartialEq for __NCRYPT_KEY_ACCESS_POLICY_BLOB
Auto Trait Implementations§
impl Freeze for __NCRYPT_KEY_ACCESS_POLICY_BLOB
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more