Struct windows_sys::Win32::Security::Cryptography::Catalog::CATALOG_INFO
[−]Expand description
Required features: "Win32_Security_Cryptography_Catalog"
Fields
cbStruct: u32
wszCatalogFile: [u16; 260]
Trait Implementations
impl Clone for CATALOG_INFO
impl Clone for CATALOG_INFO
impl Copy for CATALOG_INFO
Auto Trait Implementations
impl RefUnwindSafe for CATALOG_INFO
impl Send for CATALOG_INFO
impl Sync for CATALOG_INFO
impl Unpin for CATALOG_INFO
impl UnwindSafe for CATALOG_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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