pub enum DsaKeyPrivateV2Blob {}
Expand description
Dynamic struct layout for
BCRYPT_DSA_PRIVATE_BLOB
(V2).
Trait Implementations§
Source§impl<'a> BlobLayout for DsaKeyPrivateV2Blob
impl<'a> BlobLayout for DsaKeyPrivateV2Blob
Source§impl KeyBlob for DsaKeyPrivateV2Blob
impl KeyBlob for DsaKeyPrivateV2Blob
const VALID_MAGIC: &'static [ULONG]
fn is_magic_valid(magic: ULONG) -> bool
Auto Trait Implementations§
impl Freeze for DsaKeyPrivateV2Blob
impl RefUnwindSafe for DsaKeyPrivateV2Blob
impl Send for DsaKeyPrivateV2Blob
impl Sync for DsaKeyPrivateV2Blob
impl Unpin for DsaKeyPrivateV2Blob
impl UnwindSafe for DsaKeyPrivateV2Blob
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