Struct windows_sys::Win32::Security::Cryptography::CRYPT_INTERFACE_REG
[−]#[repr(C)]pub struct CRYPT_INTERFACE_REG {
pub dwInterface: BCRYPT_INTERFACE,
pub dwFlags: BCRYPT_TABLE,
pub cFunctions: u32,
pub rgpszFunctions: *mut PWSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwInterface: BCRYPT_INTERFACE
dwFlags: BCRYPT_TABLE
cFunctions: u32
rgpszFunctions: *mut PWSTR
Trait Implementations
impl Clone for CRYPT_INTERFACE_REG
impl Clone for CRYPT_INTERFACE_REG
impl Copy for CRYPT_INTERFACE_REG
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_INTERFACE_REG
impl !Send for CRYPT_INTERFACE_REG
impl !Sync for CRYPT_INTERFACE_REG
impl Unpin for CRYPT_INTERFACE_REG
impl UnwindSafe for CRYPT_INTERFACE_REG
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