Enum win_crypto_ng::asymmetric::builder::DsaParameterV2
source · pub enum DsaParameterV2 {}
Expand description
Dynamic struct layout for BCRYPT_DSA_PARAMETER_HEADER_V2
.
Trait Implementations§
source§impl<'a> BlobLayout for DsaParameterV2
impl<'a> BlobLayout for DsaParameterV2
Auto Trait Implementations§
impl RefUnwindSafe for DsaParameterV2
impl Send for DsaParameterV2
impl Sync for DsaParameterV2
impl Unpin for DsaParameterV2
impl UnwindSafe for DsaParameterV2
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