Struct windows::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§
impl Copy for CTL_ENTRY
impl Eq for CTL_ENTRY
impl StructuralPartialEq for CTL_ENTRY
Auto Trait Implementations§
impl Freeze for CTL_ENTRY
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)