#[repr(C)]pub struct _BCRYPT_PKCS11_RSA_AES_WRAP_BLOB {
pub dwMagic: ULONG,
pub cbKey: ULONG,
pub cbPaddingAlgId: ULONG,
pub cbPaddingLabel: ULONG,
}Fields§
§dwMagic: ULONG§cbKey: ULONG§cbPaddingAlgId: ULONG§cbPaddingLabel: ULONGTrait Implementations§
Source§impl Clone for _BCRYPT_PKCS11_RSA_AES_WRAP_BLOB
impl Clone for _BCRYPT_PKCS11_RSA_AES_WRAP_BLOB
Source§fn clone(&self) -> _BCRYPT_PKCS11_RSA_AES_WRAP_BLOB
fn clone(&self) -> _BCRYPT_PKCS11_RSA_AES_WRAP_BLOB
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _BCRYPT_PKCS11_RSA_AES_WRAP_BLOB
Auto Trait Implementations§
impl Freeze for _BCRYPT_PKCS11_RSA_AES_WRAP_BLOB
impl RefUnwindSafe for _BCRYPT_PKCS11_RSA_AES_WRAP_BLOB
impl Send for _BCRYPT_PKCS11_RSA_AES_WRAP_BLOB
impl Sync for _BCRYPT_PKCS11_RSA_AES_WRAP_BLOB
impl Unpin for _BCRYPT_PKCS11_RSA_AES_WRAP_BLOB
impl UnwindSafe for _BCRYPT_PKCS11_RSA_AES_WRAP_BLOB
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