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