#[repr(C)]pub struct INFORMATIONCARD_CRYPTO_HANDLE {
pub type: HandleType,
pub expiration: i64,
pub cryptoParameters: *mut c_void,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
type: HandleType
expiration: i64
cryptoParameters: *mut c_void
Trait Implementations
impl Clone for INFORMATIONCARD_CRYPTO_HANDLE
impl Clone for INFORMATIONCARD_CRYPTO_HANDLE
impl Copy for INFORMATIONCARD_CRYPTO_HANDLE
Auto Trait Implementations
impl RefUnwindSafe for INFORMATIONCARD_CRYPTO_HANDLE
impl !Send for INFORMATIONCARD_CRYPTO_HANDLE
impl !Sync for INFORMATIONCARD_CRYPTO_HANDLE
impl Unpin for INFORMATIONCARD_CRYPTO_HANDLE
impl UnwindSafe for INFORMATIONCARD_CRYPTO_HANDLE
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