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 Freeze for DsaParameterV2
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