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