Struct windows_sys::Win32::Security::Cryptography::CTL_ENTRY
#[repr(C)]pub struct CTL_ENTRY {
pub SubjectIdentifier: CRYPT_INTEGER_BLOB,
pub cAttribute: u32,
pub rgAttribute: *mut CRYPT_ATTRIBUTE,
}
Fields§
§SubjectIdentifier: CRYPT_INTEGER_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§
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