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