Struct windows_sys::Win32::Security::Cryptography::CTL_ENTRY
[−]#[repr(C)]pub struct CTL_ENTRY {
pub SubjectIdentifier: CRYPTOAPI_BLOB,
pub cAttribute: u32,
pub rgAttribute: *mut CRYPT_ATTRIBUTE,
}
Expand description
Required features: ‘Win32_Security_Cryptography’
Fields
SubjectIdentifier: CRYPTOAPI_BLOB
cAttribute: u32
rgAttribute: *mut CRYPT_ATTRIBUTE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CTL_ENTRY
impl !Send for CTL_ENTRY
impl !Sync for CTL_ENTRY
impl Unpin for CTL_ENTRY
impl UnwindSafe for CTL_ENTRY
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