#[repr(C)]
pub union CMSG_CTRL_KEY_TRANS_DECRYPT_PARA_0 {
pub hCryptProv: usize,
pub hNCryptKey: NCRYPT_KEY_HANDLE,
}
Fields§
§hCryptProv: usize
§hNCryptKey: NCRYPT_KEY_HANDLE
Trait Implementations§
§impl Clone for CMSG_CTRL_KEY_TRANS_DECRYPT_PARA_0
impl Clone for CMSG_CTRL_KEY_TRANS_DECRYPT_PARA_0
impl Copy for CMSG_CTRL_KEY_TRANS_DECRYPT_PARA_0
Auto Trait Implementations§
impl RefUnwindSafe for CMSG_CTRL_KEY_TRANS_DECRYPT_PARA_0
impl Send for CMSG_CTRL_KEY_TRANS_DECRYPT_PARA_0
impl Sync for CMSG_CTRL_KEY_TRANS_DECRYPT_PARA_0
impl Unpin for CMSG_CTRL_KEY_TRANS_DECRYPT_PARA_0
impl UnwindSafe for CMSG_CTRL_KEY_TRANS_DECRYPT_PARA_0
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