Struct windows_sys::Win32::Security::Cryptography::Catalog::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_Foundation"
, "Win32_Security_Cryptography_Sip"
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§
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