Struct windows_sys::Win32::Security::Cryptography::Sip::MS_ADDINFO_CATALOGMEMBER
[−]#[repr(C)]pub struct MS_ADDINFO_CATALOGMEMBER {
pub cbStruct: u32,
pub pStore: *mut CRYPTCATSTORE,
pub pMember: *mut CRYPTCATMEMBER,
}
Expand description
Required features: "Win32_Security_Cryptography_Sip"
, "Win32_Foundation"
, "Win32_Security_Cryptography_Catalog"
Fields
cbStruct: u32
pStore: *mut CRYPTCATSTORE
pMember: *mut CRYPTCATMEMBER
Trait Implementations
impl Clone for MS_ADDINFO_CATALOGMEMBER
impl Clone for MS_ADDINFO_CATALOGMEMBER
impl Copy for MS_ADDINFO_CATALOGMEMBER
Auto Trait Implementations
impl RefUnwindSafe for MS_ADDINFO_CATALOGMEMBER
impl !Send for MS_ADDINFO_CATALOGMEMBER
impl !Sync for MS_ADDINFO_CATALOGMEMBER
impl Unpin for MS_ADDINFO_CATALOGMEMBER
impl UnwindSafe for MS_ADDINFO_CATALOGMEMBER
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