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