Struct windows_sys::Win32::Security::Cryptography::CRYPT_OBJID_TABLE
[−]Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwAlgId: u32
pszObjId: PCSTR
Trait Implementations
impl Clone for CRYPT_OBJID_TABLE
impl Clone for CRYPT_OBJID_TABLE
impl Copy for CRYPT_OBJID_TABLE
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_OBJID_TABLE
impl !Send for CRYPT_OBJID_TABLE
impl !Sync for CRYPT_OBJID_TABLE
impl Unpin for CRYPT_OBJID_TABLE
impl UnwindSafe for CRYPT_OBJID_TABLE
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