pub enum DhParameters {}
Expand description
L"DHParameters"
Specifies parameters to use with a Diffie-Hellman key. This data type is a
pointer to a BCRYPT_DH_PARAMETER_HEADER
structure. This property can only be
set and must be set for the key before the key is completed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DhParameters
impl RefUnwindSafe for DhParameters
impl Send for DhParameters
impl Sync for DhParameters
impl Unpin for DhParameters
impl UnwindSafe for DhParameters
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