Struct win_crypto_ng::asymmetric::builder::DhParameterViewTail
source · pub struct DhParameterViewTail<'a> {
pub modulus: &'a [u8],
pub generator: &'a [u8],
}
Expand description
Dynamically-sized part of the DhParameter
blob.
All the fields are stored as a big-endian multiprecision integer.
Fields§
§modulus: &'a [u8]
§generator: &'a [u8]
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DhParameterViewTail<'a>
impl<'a> Send for DhParameterViewTail<'a>
impl<'a> Sync for DhParameterViewTail<'a>
impl<'a> Unpin for DhParameterViewTail<'a>
impl<'a> UnwindSafe for DhParameterViewTail<'a>
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