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