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